mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:49:08 +08:00
16 lines
336 B
JSON
16 lines
336 B
JSON
|
{
|
||
|
"name": "memorymodule",
|
||
|
"version-string": "2019-12-31",
|
||
|
"port-version": 1,
|
||
|
"description": "Library to load a DLL from memory",
|
||
|
"homepage": "https://github.com/fancycode/MemoryModule",
|
||
|
"default-features": [
|
||
|
"unicode"
|
||
|
],
|
||
|
"features": {
|
||
|
"unicode": {
|
||
|
"description": "Compile with UNICODE support"
|
||
|
}
|
||
|
}
|
||
|
}
|