diff options
Diffstat (limited to 'vcpkg/ports/flecs/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/flecs/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/flecs/vcpkg.json b/vcpkg/ports/flecs/vcpkg.json new file mode 100644 index 0000000..09b31e2 --- /dev/null +++ b/vcpkg/ports/flecs/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "flecs", + "version": "4.1.2", + "description": "A fast entity component system (ECS) for C & C++", + "homepage": "https://github.com/SanderMertens/flecs", + "documentation": "https://www.flecs.dev/flecs/", + "license": "MIT", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |