feat: add path module

This commit is contained in:
Jonas Kruckenberg 2022-11-15 18:06:28 +01:00
parent 93ae51d297
commit bf2809393a
5 changed files with 744 additions and 4 deletions

View file

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