LabeledItem widget
This commit is contained in:
parent
b606ed6a9b
commit
6ec9e8037c
5 changed files with 138 additions and 3 deletions
10
widgets/Cargo.toml
Normal file
10
widgets/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "libcosmic-widgets"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
gtk4 = { version = "0.4.6", features = ["v4_4"] }
|
||||
relm4 = { git = "https://github.com/AaronErhardt/relm4", branch = "new-approach" }
|
||||
relm4-macros = { git = "https://github.com/AaronErhardt/relm4", branch = "new-approach" }
|
||||
tracker = "0.1.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue