⬇️ Fix dependency hell.

This commit is contained in:
Lucy 2022-04-05 12:33:34 -04:00
parent 697d0bd6ca
commit d004d686bd
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
3 changed files with 15 additions and 12 deletions

View file

@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
gtk4 = { version = "0.4", features = ["v4_4"] }
relm4 = { git = "https://github.com/AaronErhardt/relm4", branch = "new-approach" }
relm4 = { git = "https://github.com/AaronErhardt/relm4", rev = "7404ad64ca8763f6629cadcd743947cd29e1538a" }
relm4-macros = { git = "https://github.com/AaronErhardt/relm4", branch = "new-approach" }
tracker = "0.1.1"