We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a694f commit 71a79a2Copy full SHA for 71a79a2
1 file changed
Cargo.toml
@@ -19,6 +19,9 @@ clap = { version = "4.4.18", features = ["derive", "suggestions"] }
19
eframe = { version = "0.26.0", features = ["glow"] }
20
egui_plot = "0.26.0"
21
22
+[patch.crates-io]
23
+icu_lib = { path = "icu_lib" }
24
+
25
[profile.release]
26
lto = true
27
opt-level = 3
0 commit comments