Skip to content

Commit e64d432

Browse files
committed
fix nix-shell for running native
1 parent c297a93 commit e64d432

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

shell.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
overrides = (builtins.fromTOML (builtins.readFile ./rust-toolchain.toml));
44
libPath = with pkgs; lib.makeLibraryPath [
55
# load external libraries that you need in your rust project here
6+
xorg.libX11
7+
xorg.libXcursor
8+
xorg.libXrandr
9+
xorg.libXi
10+
xorg.libxcb
11+
libxkbcommon
12+
vulkan-loader
13+
wayland
14+
libGL
15+
mesa
616
];
717
in
818
pkgs.mkShell rec {

0 commit comments

Comments
 (0)