Make UI default, and remove CLI version (#83)

This commit is contained in:
Philip Kristoffersen
2022-04-15 13:54:01 +02:00
committed by GitHub
parent fcc3a4abc3
commit aa05de9865
7 changed files with 40 additions and 100 deletions
+4 -9
View File
@@ -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"