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:
Binary file not shown.
11
vcpkg.json
Normal file
11
vcpkg.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "ryujin-protector-deps",
|
||||
"version": "1.0.0",
|
||||
"dependencies": [
|
||||
"asmjit",
|
||||
"zycore",
|
||||
"zydis",
|
||||
"z3",
|
||||
"wxwidgets"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user