Added OpenBSD support

This commit is contained in:
la-ninpre
2022-04-09 14:37:05 +03:00
parent dd12ddeed0
commit 370db66ce5
2 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -55,6 +55,9 @@ thread-priority = "0.8.0"
[target.'cfg(target_os = "linux")'.dependencies]
thread-priority = "0.8.0"
[target.'cfg(target_os = "openbsd")'.dependencies]
thread-priority = "0.8.1"
[build-dependencies]
winres = "0.1.12"
@@ -80,4 +83,4 @@ FileDescription="Alternative Free Identity System"
webgui = ["web-view", "tinyfiledialogs", "open"]
edge = ["webgui", "web-view/edge"]
doh = ["ureq"]
default = ["webgui", "doh"]
default = ["webgui", "doh"]