mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-08-02 10:54:38 -04:00
Remove debug_texture scripts (unreferenced), restart-worldserver.sh (personal dev convenience), and two raw MPQ sound manifest text files from docs/ (10k lines of file listings never referenced by code). Drop glew from vcpkg.json — this is a Vulkan project and GLEW is not referenced anywhere in the codebase.
16 lines
208 B
JSON
16 lines
208 B
JSON
{
|
|
"name": "wowee",
|
|
"version": "1.0.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"features": [ "vulkan" ]
|
|
},
|
|
"openssl",
|
|
"glm",
|
|
"zlib",
|
|
"ffmpeg",
|
|
"vulkan-headers"
|
|
]
|
|
}
|