Use any 0.4.x for gtk4 in libcosmic-widgets
This commit is contained in:
parent
0e9375f058
commit
697d0bd6ca
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
gtk4 = { version = "0.4.6", features = ["v4_4"] }
|
gtk4 = { version = "0.4", features = ["v4_4"] }
|
||||||
relm4 = { git = "https://github.com/AaronErhardt/relm4", branch = "new-approach" }
|
relm4 = { git = "https://github.com/AaronErhardt/relm4", branch = "new-approach" }
|
||||||
relm4-macros = { git = "https://github.com/AaronErhardt/relm4", branch = "new-approach" }
|
relm4-macros = { git = "https://github.com/AaronErhardt/relm4", branch = "new-approach" }
|
||||||
tracker = "0.1.1"
|
tracker = "0.1.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue