Improve UI look and feel (#36)

* Set ui theme to Greybird

* Improve text in UI

* Fix wrong comment in ui
This commit is contained in:
Philip Kristoffersen
2022-03-13 22:24:42 +01:00
committed by GitHub
parent 7c1a21c270
commit 1729562885
4 changed files with 80 additions and 30 deletions
+3 -1
View File
@@ -21,13 +21,15 @@ flate2 = "^1.0.22"
toml = { version = "^0.5.8", optional = true }
futures = { version = "^0.3.17" }
dashmap = { version = "^4.0.2", features = ["serde"] }
fltk-theme = {version ="0.4" , optional = true }
[build-dependencies]
fl2rust = { version = "0.4", optional = true }
[features]
# default = ["ui"]
ui = ["fltk", "fl2rust", "toml"]
ui = ["fltk", "fl2rust", "toml", "fltk-theme"]
[target.'cfg(windows)'.dependencies]
winreg = "0.10.1"