Files
Ryujin/vcpkg.json
keowu 4da6e05411 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.
2025-11-09 11:00:43 -03:00

12 lines
152 B
JSON

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