From 5f383da62c7a80526634b68c28d7ba9d9e693e75 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 7 May 2025 00:08:29 -0400 Subject: Create html shell wrapper for game --- vcpkg.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vcpkg.json (limited to 'vcpkg.json') 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" + ] +} -- cgit v1.2.3