Files
WoWee/vcpkg.json
Kelsi 71d1ad8095 chore: remove stale scripts and manifests, drop unused glew dep
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.
2026-07-09 22:30:03 -07:00

16 lines
208 B
JSON

{
"name": "wowee",
"version": "1.0.0",
"dependencies": [
{
"name": "sdl2",
"features": [ "vulkan" ]
},
"openssl",
"glm",
"zlib",
"ffmpeg",
"vulkan-headers"
]
}