mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 22:38:26 -05:00
14 lines
285 B
JSON
14 lines
285 B
JSON
|
{
|
||
|
"name": "wren",
|
||
|
"version": "0.4.0",
|
||
|
"description": "Wren is a small, fast, class-based concurrent scripting language.",
|
||
|
"homepage": "https://github.com/wren-lang/wren",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|