diff options
author | Samuel Johnson <[email protected]> | 2025-05-07 00:08:29 -0400 |
---|---|---|
committer | Samuel Johnson <[email protected]> | 2025-05-07 00:08:29 -0400 |
commit | 5f383da62c7a80526634b68c28d7ba9d9e693e75 (patch) | |
tree | 7a8e1e8b6d4dcc07126f9e65ca2618aee0c920be /vcpkg.json | |
parent | 4223fb686b99a5db73da79fb73123568b75822ed (diff) |
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..a5b8de9 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "dependencies": [ + { + "name": "libtcod", + "default-features": true, + "features": [ + "png", + "sdl", + "unicode", + "zlib" + ] + }, + "sdl3", + "lua" + ] +} |