mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:15:47 +01:00
Now we utilise storing dependencies in `vcpkg.json`, we can use this to more easily install the dependencies. Furthermore, we moved cloning vcpkg to `checkout`, which creates clones with `--depth=1` by default.
8 lines
150 B
JSON
8 lines
150 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"dependencies": [
|
|
"glfw3",
|
|
"libarchive"
|
|
]
|
|
}
|