Unify web and ggez tour examples 🎉
This commit is contained in:
parent
dd093c79d7
commit
f9de39ddaa
40 changed files with 166 additions and 669 deletions
11
examples/tour/src/lib.rs
Normal file
11
examples/tour/src/lib.rs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
pub mod tour;
|
||||
|
||||
pub use tour::{Message, Tour};
|
||||
|
||||
mod widget;
|
||||
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
mod web;
|
||||
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
pub mod iced_ggez;
|
||||
Loading…
Add table
Add a link
Reference in a new issue