mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Conditionally include winreg
This commit is contained in:
+3
-1
@@ -21,7 +21,6 @@ flate2 = "^1.0.22"
|
|||||||
toml = { version = "^0.5.8", optional = true }
|
toml = { version = "^0.5.8", optional = true }
|
||||||
futures = { version = "^0.3.17" }
|
futures = { version = "^0.3.17" }
|
||||||
dashmap = { version = "^4.0.2", features = ["serde"] }
|
dashmap = { version = "^4.0.2", features = ["serde"] }
|
||||||
winreg = "0.10.1"
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
fl2rust = { version = "0.4", optional = true }
|
fl2rust = { version = "0.4", optional = true }
|
||||||
@@ -29,3 +28,6 @@ fl2rust = { version = "0.4", optional = true }
|
|||||||
[features]
|
[features]
|
||||||
# default = ["ui"]
|
# default = ["ui"]
|
||||||
ui = ["fltk", "fl2rust", "toml"]
|
ui = ["fltk", "fl2rust", "toml"]
|
||||||
|
|
||||||
|
[target.'cfg(windows)'.dependencies]
|
||||||
|
winreg = "0.10.1"
|
||||||
Reference in New Issue
Block a user