From bc28d99f87bcd4ec104eaa194e6d020de35581a4 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sat, 19 Aug 2023 16:31:48 +0200 Subject: [PATCH] specifiy iui fallback version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8f281e..d329d73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"