mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Update linux_dependencies.md (#7021)
fixes alsalib dependency for NixOS
This commit is contained in:
parent
f1a21db250
commit
4ca19ac4d3
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ with pkgs; mkShell rec {
|
|||
llvmPackages.bintools # To use lld linker
|
||||
];
|
||||
buildInputs = [
|
||||
udev alsaLib vulkan-loader
|
||||
udev alsa-lib vulkan-loader
|
||||
xlibsWrapper xorg.libXcursor xorg.libXrandr xorg.libXi # To use x11 feature
|
||||
libxkbcommon wayland # To use wayland feature
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue