LabeledItem widget
This commit is contained in:
parent
b606ed6a9b
commit
6ec9e8037c
5 changed files with 138 additions and 3 deletions
6
widgets/src/lib.rs
Normal file
6
widgets/src/lib.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#[macro_use]
|
||||
extern crate relm4_macros;
|
||||
#[macro_use]
|
||||
extern crate tracker;
|
||||
|
||||
pub mod labeled_item;
|
||||
Loading…
Add table
Add a link
Reference in a new issue