feat: add path module
This commit is contained in:
parent
93ae51d297
commit
bf2809393a
5 changed files with 744 additions and 4 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue