diff options
Diffstat (limited to 'vcpkg/ports/recast/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/recast/vcpkg.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/recast/vcpkg.json b/vcpkg/ports/recast/vcpkg.json new file mode 100644 index 0000000..541b656 --- /dev/null +++ b/vcpkg/ports/recast/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "recast", + "version-string": "deprecated", + "description": "A stub package that pulls in recastnavigation. Do not depend on this package.", + "homepage": "https://github.com/recastnavigation/recastnavigation", + "license": "Zlib", + "dependencies": [ + "recastnavigation" + ] +} |