diff options
Diffstat (limited to 'vcpkg/ports/luabridge/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/luabridge/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/luabridge/vcpkg.json b/vcpkg/ports/luabridge/vcpkg.json new file mode 100644 index 0000000..635aa02 --- /dev/null +++ b/vcpkg/ports/luabridge/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "luabridge", + "version": "2.10", + "description": "A lightweight, dependency-free library for binding Lua to C++", + "homepage": "https://github.com/vinniefalco/LuaBridge", + "license": "MIT" +} |