Moved from webview crate to "wry" to fix Linux's inability to maintain compatibility.
This commit is contained in:
+3
-3
@@ -42,7 +42,8 @@ spmc = "0.3.0"
|
||||
thread-priority = "3.0.0"
|
||||
|
||||
# Optional dependencies regulated by features
|
||||
web-view = { git = "https://github.com/Boscop/web-view", features = [], optional = true }
|
||||
wry = { version = "0.53", optional = true }
|
||||
tao = { version = "0.34", optional = true }
|
||||
tinyfiledialogs = { version = "3.9.1", optional = true }
|
||||
open = { version = "5.3.0", optional = true }
|
||||
|
||||
@@ -69,7 +70,6 @@ ProductName="ALFIS"
|
||||
FileDescription="Alternative Free Identity System"
|
||||
|
||||
[features]
|
||||
webgui = ["web-view", "tinyfiledialogs", "open"]
|
||||
edge = ["webgui", "web-view/edge"]
|
||||
webgui = ["wry", "tao", "tinyfiledialogs", "open"]
|
||||
doh = ["ureq"]
|
||||
default = ["webgui", "doh"]
|
||||
|
||||
Reference in New Issue
Block a user