mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Refactor code for readability
This commit is contained in:
+3
-2
@@ -19,10 +19,11 @@ nom = "^7.0.*"
|
||||
nom_locate = "^3.0.*"
|
||||
flate2 = "^1.0.22"
|
||||
toml = { version = "^0.5.8", optional = true }
|
||||
futures = {version="*", optional=true}
|
||||
futures = { version = "*", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
fl2rust = { version = "0.4", optional = true }
|
||||
|
||||
[features]
|
||||
# default = ["ui"]
|
||||
ui = ["fltk", "fl2rust", "toml","futures"]
|
||||
ui = ["fltk", "fl2rust", "toml", "futures"]
|
||||
Reference in New Issue
Block a user