mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
694a8eb9d3
* update wren to v0.4.0 * update * update
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
|
|
}
|
|
]
|
|
}
|