feat: Small pre-steps config to implement Github CI

- Configuring and organizing stuffs to support github actions CI
- Modified RyujinGUI.rc icons references.
- Added a new file vcpkg.json to manage all Ryujin VCPKG dependencies for Github Actions CI usage.
This commit is contained in:
keowu
2025-11-09 11:00:43 -03:00
parent 5e951b3ea6
commit 4da6e05411
2 changed files with 11 additions and 0 deletions

Binary file not shown.

11
vcpkg.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "ryujin-protector-deps",
"version": "1.0.0",
"dependencies": [
"asmjit",
"zycore",
"zydis",
"z3",
"wxwidgets"
]
}