forked from kunkunsh/kunkun
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade applications-rs submodule
- Loading branch information
1 parent
f09b283
commit 6df1c98
Showing
2 changed files
with
153 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule applications-rs
updated
13 files
+0 −2 | .github/workflows/ci.yml | |
+2 −1 | .gitignore | |
+3 −1 | Cargo.toml | |
+27 −14 | examples/apps.rs | |
+0 −0 | examples/ps.ps1 | |
+40 −7 | src/api.rs | |
+1 −1 | src/bin/dev.rs | |
+0 −49 | src/bin/win.rs | |
+13 −0 | src/common.rs | |
+1 −1 | src/lib.rs | |
+49 −17 | src/platforms/linux.rs | |
+73 −57 | src/platforms/mac.rs | |
+72 −26 | src/platforms/windows.rs |