-
-
Notifications
You must be signed in to change notification settings - Fork 580
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule aw-client
updated
4 files
+1 −1 | .github/workflows/build.yml | |
+14 −0 | aw_client/client.py | |
+179 −159 | poetry.lock | |
+1 −1 | pyproject.toml |
Submodule aw-notify
updated
from 80753e to c5f310
Submodule aw-server-rust
updated
4 files
+4 −0 | aw-client-rust/src/blocking.rs | |
+36 −0 | aw-client-rust/src/lib.rs | |
+15 −6 | aw-sync/src/main.rs | |
+1 −10 | aw-sync/src/sync_wrapper.rs |
Submodule aw-watcher-afk
updated
4 files
+2 −2 | .github/workflows/build.yml | |
+1 −1 | aw_watcher_afk/afk.py | |
+473 −376 | poetry.lock | |
+3 −3 | pyproject.toml |
Submodule aw-watcher-input
updated
4 files
+2 −2 | .github/workflows/build.yml | |
+500 −399 | poetry.lock | |
+3 −3 | pyproject.toml | |
+2 −1 | src/aw_watcher_input/main.py |
Submodule aw-watcher-window
updated
3 files
+10 −3 | aw_watcher_window/main.py | |
+462 −405 | poetry.lock | |
+4 −4 | pyproject.toml |