Implement pure version of game_of_life example 🎉
This commit is contained in:
parent
0cddb3c1b5
commit
7d7064a44d
7 changed files with 1266 additions and 3 deletions
|
|
@ -48,11 +48,11 @@ pub type Image = iced_pure::Image<crate::widget::image::Handle>;
|
|||
mod application;
|
||||
mod sandbox;
|
||||
|
||||
pub use application::Application;
|
||||
pub use sandbox::Sandbox;
|
||||
|
||||
#[cfg(feature = "canvas")]
|
||||
pub use iced_graphics::widget::pure::canvas;
|
||||
|
||||
#[cfg(feature = "canvas")]
|
||||
pub use canvas::Canvas;
|
||||
|
||||
pub use application::Application;
|
||||
pub use sandbox::Sandbox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue