rusty-path-of-building: add X11 support

This commit is contained in:
Tatu Argillander
2025-11-04 08:55:04 +02:00
parent 46c9f1f9c2
commit c74efd2ba0
@@ -13,8 +13,8 @@
libxkbcommon,
vulkan-loader,
wayland,
xorg,
}:
rustPlatform.buildRustPackage rec {
pname = "rusty-path-of-building";
version = "0.2.7";
@@ -66,6 +66,9 @@ rustPlatform.buildRustPackage rec {
libxkbcommon
vulkan-loader
wayland
xorg.libX11
xorg.libXcursor
xorg.libXi
]
}