vcpkg/ports/dukglue/vcpkg.json
Leonid Pospelov e1ea88cc70
[dukglue] Add new port (#33878)
* [dukglue] Add new port

* .

* .
2023-09-20 10:25:09 -07:00

11 lines
256 B
JSON

{
"name": "dukglue",
"version-date": "2022-11-08",
"description": "A C++ binding/wrapper library for the Duktape JavaScript interpreter.",
"homepage": "https://github.com/Aloshi/dukglue",
"license": "MIT",
"dependencies": [
"duktape"
]
}