blob: 3e5ca2f3a06e4ba42a5ae8d6c48c683089f7825e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"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"
}
}
}
|