We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80df840 commit c2d85baCopy full SHA for c2d85ba
Cargo.toml
@@ -19,7 +19,7 @@ all-features = true
19
[dependencies]
20
anyhow = "1.0.95"
21
document-features = "0.2.10"
22
-egui = { version = "*", default-features = false, optional = true } # The minimal part of their API we use has been stable
+egui = { version = "0.31.0", default-features = false, optional = true } # The minimal part of their API we use has been stable
23
futures = "0.3.28"
24
rand = "0.9.0"
25
reqwest = { version = "0.12.12", default-features = false }
0 commit comments