specifiy iui fallback version

This commit is contained in:
Daniella 2023-08-19 16:31:48 +02:00
parent a0989bdc73
commit bc28d99f87
Signed by: TudbuT
GPG key ID: 7D63D5634B7C417F

View file

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iui = { git = "https://github.com/rust-native-ui/libui-rs", optional = true }
iui = { git = "https://github.com/rust-native-ui/libui-rs", optional = true, version = "0.3" }
rand = { version = "0.8", optional = true }
time = "0.3"