mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Make UI default, and remove CLI version (#83)
This commit is contained in:
+4
-9
@@ -20,16 +20,11 @@ dashmap = { version = "^5.2.0", features = ["serde"] }
|
||||
is_executable = "^1.0.1"
|
||||
rusty-leveldb = "^0.3.6"
|
||||
base64 = "^0.13.0"
|
||||
eframe = { version = "0.17.0", optional = true }
|
||||
egui = { version = "0.17.0", optional = true }
|
||||
image = { version = "0.24.1", optional = true, features = ["png"] }
|
||||
toml = { version = "^0.5.8", optional = true }
|
||||
eframe = { version = "0.17.0" }
|
||||
egui = { version = "0.17.0" }
|
||||
image = { version = "0.24.1", features = ["png"] }
|
||||
toml = { version = "^0.5.8" }
|
||||
sysinfo = "0.23.10"
|
||||
|
||||
[features]
|
||||
#default = ["ui"]
|
||||
ui = ["eframe", "egui","toml","image"]
|
||||
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winreg = "0.10.1"
|
||||
|
||||
Reference in New Issue
Block a user