Add iced cosmic example
This commit is contained in:
parent
167b92f084
commit
699e474427
19 changed files with 532 additions and 121 deletions
9
gtk4/widgets/src/lib.rs
Normal file
9
gtk4/widgets/src/lib.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#[macro_use]
|
||||
extern crate relm4_macros;
|
||||
#[macro_use]
|
||||
extern crate tracker;
|
||||
|
||||
pub mod labeled_item;
|
||||
|
||||
pub use labeled_item::LabeledItem;
|
||||
pub use relm4;
|
||||
Loading…
Add table
Add a link
Reference in a new issue