Merge branch 'main' into feat/notification
This commit is contained in:
commit
de455c7d9b
7 changed files with 164 additions and 3 deletions
|
@ -25,7 +25,7 @@ tauri-sys = { path = ".", features = ["all"] }
|
|||
all-features = true
|
||||
|
||||
[features]
|
||||
all = ["app", "clipboard", "event", "mocks", "tauri", "window", "process", "dialog", "notification"]
|
||||
all = ["app", "clipboard", "event", "mocks", "tauri", "window", "process", "dialog", "os", "notification"]
|
||||
app = ["dep:semver"]
|
||||
clipboard = []
|
||||
dialog = []
|
||||
|
@ -34,6 +34,7 @@ mocks = []
|
|||
tauri = ["dep:url"]
|
||||
window = []
|
||||
process = []
|
||||
os = ["dep:semver"]
|
||||
notification = []
|
||||
|
||||
[workspace]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue