add process module
This commit is contained in:
parent
ebf3c07e79
commit
bc8818e695
6 changed files with 3664 additions and 5 deletions
3
build.rs
3
build.rs
|
@ -11,7 +11,8 @@ fn main() {
|
|||
"tauri/tooling/api/src/tauri.ts",
|
||||
"tauri/tooling/api/src/event.ts",
|
||||
"tauri/tooling/api/src/mocks.ts",
|
||||
"tauri/tooling/api/src/window.ts"
|
||||
"tauri/tooling/api/src/window.ts",
|
||||
"tauri/tooling/api/src/process.ts"
|
||||
];
|
||||
|
||||
if cfg!(windows) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue