specifiy iui fallback version
This commit is contained in:
parent
a0989bdc73
commit
bc28d99f87
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[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 }
|
rand = { version = "0.8", optional = true }
|
||||||
time = "0.3"
|
time = "0.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue