initial commit
This commit is contained in:
10
vcpkg.json
Normal file
10
vcpkg.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user