Implement pure version of Canvas widget
This commit is contained in:
parent
c52fd089f1
commit
0cddb3c1b5
7 changed files with 355 additions and 1 deletions
|
|
@ -14,3 +14,6 @@ pub mod qr_code;
|
|||
#[cfg(feature = "qr_code")]
|
||||
#[doc(no_inline)]
|
||||
pub use qr_code::QRCode;
|
||||
|
||||
#[cfg(feature = "pure")]
|
||||
pub mod pure;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue