-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [third-party/tray](https://github.com/LizardByte/tray) from `ebbd14f` to `e80058b`. - [Commits](LizardByte/tray@ebbd14f...e80058b) --- updated-dependencies: - dependency-name: third-party/tray dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f5b923c
commit a88c01f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tray
updated
21 files
+53 −10 | .clang-format | |
+1 −2 | .flake8 | |
+30 −0 | .github/dependabot.yml | |
+8 −2 | .github/workflows/ci.yml | |
+267 −0 | .github/workflows/common-lint.yml | |
+0 −120 | .github/workflows/cpp-lint.yml | |
+0 −38 | .github/workflows/python-flake8.yml | |
+0 −66 | .github/workflows/yaml-lint.yml | |
+1 −1 | CMakeLists.txt | |
+5 −0 | README.md | |
+2 −0 | scripts/update_clang_format.py | |
+55 −48 | src/example.c | |
+51 −55 | src/tray.h | |
+12 −16 | src/tray_darwin.m | |
+40 −41 | src/tray_linux.c | |
+53 −54 | src/tray_windows.c | |
+18 −22 | tests/conftest.cpp | |
+29 −30 | tests/unit/test_tray.cpp | |
+2 −3 | tests/utils.cpp | |
+2 −3 | tests/utils.h | |
+1 −1 | third-party/doxyconfig |