remove default feature

This commit is contained in:
Jonas Kruckenberg 2022-11-01 17:05:12 +01:00
parent d32d18b73b
commit 41b6164eb1
3 changed files with 3 additions and 83 deletions

View file

@ -16,11 +16,10 @@ thiserror = "1.0.37"
semver = { version = "1.0.14", optional = true }
[dev-dependencies]
tokio-test = "0.4.2"
wasm-bindgen-test = "0.3.33"
tauri-sys = { path = ".", features = ["all"] }
[features]
default = ["all"]
all = ["app", "clipboard", "event", "mocks", "tauri"]
app = ["dep:semver"]
clipboard = []