feat: add os module

This commit is contained in:
Jonas Kruckenberg 2022-11-15 16:28:34 +01:00
parent 45bd3650ea
commit 822910bb38
7 changed files with 164 additions and 3 deletions

View file

@ -24,7 +24,7 @@ tauri-sys = { path = ".", features = ["all"] }
all-features = true
[features]
all = ["app", "clipboard", "event", "mocks", "tauri", "window", "process", "dialog"]
all = ["app", "clipboard", "event", "mocks", "tauri", "window", "process", "dialog", "os"]
app = ["dep:semver"]
clipboard = []
dialog = []
@ -33,6 +33,7 @@ mocks = []
tauri = ["dep:url"]
window = []
process = []
os = ["dep:semver"]
[workspace]
members = ["examples/test", "examples/test/src-tauri"]