Added a github link to help page.

This commit is contained in:
Revertron
2021-04-06 12:08:50 +02:00
parent db86bfcd07
commit 445733fd29
4 changed files with 25 additions and 5 deletions
+2 -1
View File
@@ -36,6 +36,7 @@ derive_more = "0.99" # for DNS from hermes
# Optional dependencies regulated by features
web-view = { version = "0.7", features = [], optional = true }
tinyfiledialogs = { version = "3.3.10", optional = true }
open = { version = "1.6.0", optional = true }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.7", features = ["impl-default", "wincon", "shellscalingapi"]}
@@ -60,6 +61,6 @@ ProductName="ALFIS"
FileDescription="Alternative Free Identity System"
[features]
webgui = ["web-view", "tinyfiledialogs"]
webgui = ["web-view", "tinyfiledialogs", "open"]
edge = ["web-view/edge"]
default = ["webgui"]