Merge commit 'a3126d581b6a872f0b8d5641f199fb233306e181'
This commit is contained in:
11
external/toxcore/c-toxcore/.devcontainer/devcontainer.json
vendored
Normal file
11
external/toxcore/c-toxcore/.devcontainer/devcontainer.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers-contrib/features/bash-command:1": {
|
||||
"command": "git submodule update --init --recursive"
|
||||
},
|
||||
"ghcr.io/devcontainers-contrib/features/apt-packages:1": {
|
||||
"packages": "libconfig-dev,libopus-dev,libvpx-dev,ninja-build"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user