Merge branch 'main' into feat/window
This commit is contained in:
commit
f72ce8b00c
4 changed files with 279 additions and 3 deletions
|
@ -24,9 +24,10 @@ tauri = "1.1.1"
|
|||
all-features = true
|
||||
|
||||
[features]
|
||||
all = ["app", "clipboard", "event", "mocks", "tauri", "window", "process"]
|
||||
all = ["app", "clipboard", "event", "mocks", "tauri", "window", "process", "dialog"]
|
||||
app = ["dep:semver"]
|
||||
clipboard = []
|
||||
dialog = []
|
||||
event = []
|
||||
mocks = []
|
||||
tauri = ["dep:url"]
|
||||
|
@ -34,4 +35,4 @@ window = []
|
|||
process = []
|
||||
|
||||
[workspace]
|
||||
members = ["examples/test", "examples/test/src-tauri"]
|
||||
members = ["examples/test", "examples/test/src-tauri"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue