Skip to content

Commit

Permalink
edit 'vcpkg.json' - add more tests
Browse files Browse the repository at this point in the history
Signed-off-by: StoneyDSP <nathanjhood@googlemail.com>
  • Loading branch information
nathanjhood committed Dec 19, 2024
1 parent 89c44f5 commit 625cc9b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
{
"dependencies": [
"curl",
"rack-sdk"

{
"name": "stoneydsp",
"version>=": "0.0.0",
"default-features": true
},
{
"name": "rack-sdk",
"version>=": "2.5.2",
"default-features": true,
"features": [
"dep", "lib", "runtimes"
]
}
]
}

0 comments on commit 625cc9b

Please sign in to comment.