Added dialog
module features.
This commit is contained in:
parent
896fc516d3
commit
4018fd1177
5 changed files with 386 additions and 3 deletions
|
@ -20,9 +20,10 @@ wasm-bindgen-test = "0.3.33"
|
|||
tauri-sys = { path = ".", features = ["all"] }
|
||||
|
||||
[features]
|
||||
all = ["app", "clipboard", "event", "mocks", "tauri"]
|
||||
all = ["app", "clipboard", "dialog", "event", "mocks", "tauri"]
|
||||
app = ["dep:semver"]
|
||||
clipboard = []
|
||||
dialog = []
|
||||
event = []
|
||||
mocks = []
|
||||
tauri = ["dep:url"]
|
||||
tauri = ["dep:url"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue