aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/memorymodule/vcpkg.json
blob: 3d7c422ce9634327d938c3b6f88638236d4342a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "memorymodule",
  "version-date": "2019-12-31",
  "port-version": 3,
  "description": "Library to load a DLL from memory",
  "homepage": "https://github.com/fancycode/MemoryModule",
  "supports": "!linux & !osx & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "default-features": [
    "unicode"
  ],
  "features": {
    "unicode": {
      "description": "Compile with UNICODE support"
    }
  }
}