work on TestImgui

This commit is contained in:
2025-03-21 02:57:04 -05:00
parent 85ca37da22
commit 028162509e
3 changed files with 49 additions and 3 deletions

View File

@@ -7,9 +7,13 @@
url = "github:ocornut/imgui?ref=docking";
flake = false;
};
clay = {
url = "github:nicbarker/clay";
flake = false;
};
};
outputs = { self, nixpkgs, imgui }: let
outputs = { self, nixpkgs, imgui, clay }: let
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
in {
@@ -187,7 +191,7 @@
src = ./.;
inherit imgui;
inherit clay;
nativeBuildInputs = with pkgs; [
gcc