mirror of
https://github.com/phoboslab/wipeout-rewrite
synced 2024-12-25 09:59:02 +01:00
Add vcpkg.json
This commit is contained in:
parent
9f046ea0a4
commit
a9b9e35266
1 changed files with 15 additions and 0 deletions
15
vcpkg.json
Normal file
15
vcpkg.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "wipeout-rewrite",
|
||||
"version-string": "1.0.0",
|
||||
"builtin-baseline": "0fa8459cf3a7caca7adc58f992bc32ff13630684",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "sdl2",
|
||||
"version>=": "2.26.5"
|
||||
},
|
||||
{
|
||||
"name": "glew",
|
||||
"version>=": "2.2.0#3"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue