Declare ngspice version in vcpkg.json

This commit is contained in:
Mark Roszko 2022-06-12 03:44:16 +00:00
parent 87f10ea206
commit 0ba44f3397
1 changed files with 5 additions and 1 deletions

View File

@ -33,6 +33,10 @@
{
"name": "wxpython",
"version": "4.1.1#9"
},
{
"name": "ngspice",
"version": "37"
}
]
}
}