Added vcpkg manifest, project refactoring

This commit is contained in:
2022-11-22 06:29:35 +02:00
parent fb3c8e2007
commit acf55c35aa
4 changed files with 273 additions and 238 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "metin2-client",
"version": "0.1.0",
"builtin-baseline": "bd602277bf7fc3188b3d086b302c6840464db900",
"dependencies": [
{
"name": "cryptopp",
"version>=": "8.6.0"
},
{
"name": "devil",
"version>=": "1.8.0#8"
},
{
"name": "lzo",
"version>=": "2.10#7"
},
{
"name": "python2",
"version>=": "2.7.18#3"
}
]
}