omori locator

This commit is contained in:
Rph :3
2025-04-03 21:47:34 +02:00
parent 9f4ee0bf5b
commit 62a6b38b33
6 changed files with 4720 additions and 4 deletions

View File

@@ -13,7 +13,8 @@
inherit system overlays;
};
native-deps = with pkgs; [
pkg-config pipewire lld clang libclang alsa-lib openssl taglib zlib
pkg-config pipewire lld clang libclang alsa-lib openssl taglib zlib libxkbcommon libGL wayland mangohud
pkgs.pkgsCross.mingwW64.buildPackages.gcc
];
in
with pkgs;
@@ -22,7 +23,7 @@
buildInputs = with pkgs; [
(rust-bin.stable.latest.default.override {
extensions = [ "rust-src" ];
targets = ["x86_64-unknown-linux-gnu"];
targets = ["x86_64-unknown-linux-gnu" "x86_64-pc-windows-gnu"];
})
cargo-bloat
] ++ native-deps;