Implement Canvas support for iced_tiny_skia
This commit is contained in:
parent
3f6e28fa9b
commit
5fd5d1cdf8
65 changed files with 1354 additions and 570 deletions
9
wgpu/src/widget.rs
Normal file
9
wgpu/src/widget.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//! Use the graphical widgets supported out-of-the-box.
|
||||
|
||||
#[cfg(feature = "canvas")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "canvas")))]
|
||||
pub mod canvas;
|
||||
|
||||
#[cfg(feature = "canvas")]
|
||||
#[doc(no_inline)]
|
||||
pub use canvas::Canvas;
|
||||
Loading…
Add table
Add a link
Reference in a new issue