wip: updater

This commit is contained in:
Max Coppen 2022-11-02 19:13:26 +01:00
parent 893a6d0631
commit fd2cbca34d
4 changed files with 53 additions and 2 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", "event", "mocks", "tauri", "updater"]
app = ["dep:semver"]
clipboard = []
event = []
mocks = []
tauri = ["dep:url"]
tauri = ["dep:url"]
updater = []