mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-04 00:13:51 +00:00
17 lines
244 B
JSON
17 lines
244 B
JSON
{
|
|
"name": "wowee",
|
|
"version": "1.0.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"features": [ "vulkan" ]
|
|
},
|
|
"openssl",
|
|
"glew",
|
|
"glm",
|
|
"zlib",
|
|
"ffmpeg",
|
|
"unicorn",
|
|
"vulkan-memory-allocator"
|
|
]
|
|
}
|