Compare commits

..

No commits in common. "1e8afa8a2f6d804f73cd62639c126ef30e6ce819" and "b7a9434b9327d52e2eec4336e26f828088d51a6e" have entirely different histories.

View file

@ -7,19 +7,9 @@ mkShell rec {
pkg-config pkg-config
]; ];
buildInputs = [ buildInputs = [
udev udev alsa-lib vulkan-loader
alsa-lib xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr # To use the x11 feature
vulkan-loader libxkbcommon wayland # To use the wayland feature
xorg.libX11 # To use the x11 feature
xorg.libXcursor
xorg.libXrandr
xorg.libXi
libxkbcommon # To use the wayland feature
wayland
(rust-bin.selectLatestNightlyWith (toolchain: toolchain.default))
]; ];
LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs; LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs;
} }