Implement pure version of Canvas widget
This commit is contained in:
parent
c52fd089f1
commit
0cddb3c1b5
7 changed files with 355 additions and 1 deletions
6
graphics/src/widget/pure.rs
Normal file
6
graphics/src/widget/pure.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//! Leverage pure, virtual widgets in your application.
|
||||
#[cfg(feature = "canvas")]
|
||||
pub mod canvas;
|
||||
|
||||
#[cfg(feature = "canvas")]
|
||||
pub use canvas::Canvas;
|
||||
Loading…
Add table
Add a link
Reference in a new issue