mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
14 lines
284 B
JSON
14 lines
284 B
JSON
{
|
|
"name": "entityx",
|
|
"version": "1.3.0",
|
|
"port-version": 5,
|
|
"description": "EntityX - A fast, type-safe C++ Entity-Component system.",
|
|
"homepage": "https://github.com/alecthomas/entityx",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|