11 lines
224 B
JSON
11 lines
224 B
JSON
|
{
|
||
|
"name": "nix-vcpkg-cross-experiment",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Example of (cross) compiling vcpkg-dependant software with nix",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
"fmt",
|
||
|
"nlohmann-json"
|
||
|
]
|
||
|
}
|