Commit 636e5b3
authored
Upgrade some dependencies (hrydgard#21009)
* Bump some deps
* Bump rcheevos
* Bump langtool deps1 parent defd21c commit 636e5b3
3 files changed
+55
-53
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
- .gitignore+3
- CHANGELOG.md+16
- Package.swift+26-25
- include/module.modulemap+5-6
- include/rc_api_editor.h+31
- include/rc_client.h+7-1
- include/rc_export.h+1-1
- include/rc_hash.h+1
- src/rapi/rc_api_common.c+3-3
- src/rapi/rc_api_editor.c+55-1
- src/rc_client.c+124-54
- src/rc_client_external.h+6-1
- src/rc_client_external_versions.h+22
- src/rc_client_raintegration.c+2
- src/rc_libretro.c+1
- src/rc_version.h+1-1
- src/rcheevos/condset.c+8-4
- src/rcheevos/consoleinfo.c+3-2
- src/rcheevos/memref.c+1-1
- src/rcheevos/operand.c+3-3
- src/rcheevos/rc_internal.h+2
- src/rcheevos/rc_validate.c+132-55
- src/rcheevos/richpresence.c+10-4
- src/rcheevos/runtime.c+3-3
- src/rcheevos/runtime_progress.c+1-1
- src/rcheevos/value.c+27-13
- src/rhash/hash.c+5-1
- test/rapi/test_rc_api_common.c+35
- test/rapi/test_rc_api_editor.c+133
- test/rcheevos-test.vcxproj+1
- test/rcheevos-test.vcxproj.filters+3
- test/rcheevos/test_condset.c+61
- test/rcheevos/test_consoleinfo.c+73-66
- test/rcheevos/test_rc_validate.c+61-40
- test/rcheevos/test_richpresence.c+51
- test/rcheevos/test_trigger.c+114
- test/test_rc_client.c+258
- test/test_rc_client_external.c+107
- test/test_rc_libretro.c+2
0 commit comments