add process module
This commit is contained in:
parent
ebf3c07e79
commit
bc8818e695
6 changed files with 3664 additions and 5 deletions
|
@ -18,15 +18,20 @@ semver = { version = "1.0.14", optional = true }
|
|||
[dev-dependencies]
|
||||
wasm-bindgen-test = "0.3.33"
|
||||
tauri-sys = { path = ".", features = ["all"] }
|
||||
tauri = "1.1.1"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[features]
|
||||
all = ["app", "clipboard", "event", "mocks", "tauri", "window"]
|
||||
all = ["app", "clipboard", "event", "mocks", "tauri", "window", "process"]
|
||||
app = ["dep:semver"]
|
||||
clipboard = []
|
||||
event = []
|
||||
mocks = []
|
||||
tauri = ["dep:url"]
|
||||
window = []
|
||||
window = []
|
||||
process = []
|
||||
|
||||
[workspace]
|
||||
members = ["examples/test", "examples/test/src-tauri"]
|
Loading…
Add table
Add a link
Reference in a new issue