Added dialog module features.

This commit is contained in:
Brian Carlsen 2022-11-03 22:09:01 +01:00
parent 896fc516d3
commit 4018fd1177
5 changed files with 386 additions and 3 deletions

View file

@ -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"]