2022-02-24 14:03:01 -05:00
|
|
|
[package]
|
|
|
|
|
name = "libcosmic-widgets"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2022-03-22 12:31:44 -04:00
|
|
|
gtk4 = { version = "0.4", features = ["v4_4"] }
|
2022-02-24 14:03:01 -05:00
|
|
|
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"
|