Update linux_dependencies.md for Arch - Vulkan API not only for Intel GPUs (#6729)

fix note in arch's linux deps.
This commit is contained in:
Lixou 2022-12-11 19:24:18 +00:00
parent 68a7127a27
commit aeb2c4b917

View file

@ -92,8 +92,8 @@ sudo pacman -S libx11 pkgconf alsa-lib
Install `pipewire-alsa` or `pulseaudio-alsa` depending on the sound server you are using.
Note that for Intel GPUs, Vulkan drivers are not installed by default, you must also install
the `vulkan-intel` for bevy to work.
Depending on your graphics card, you may have to install one of the following:
`vulkan-radeon`, `vulkan-intel`, or `mesa-vulkan-drivers`
## Void