mirror of
https://github.com/griffi-gh/hUI.git
synced 2025-04-19 05:37:20 -05:00
set RUST_LOG in flake
This commit is contained in:
parent
803240a83e
commit
a84697422e
|
@ -47,6 +47,7 @@
|
||||||
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;
|
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;
|
||||||
RUSTFLAGS = "-Zthreads=8"; # (may cause rustc to ice?)
|
RUSTFLAGS = "-Zthreads=8"; # (may cause rustc to ice?)
|
||||||
MANGOHUD_DLSYM = "1"; # mangohud glium fix
|
MANGOHUD_DLSYM = "1"; # mangohud glium fix
|
||||||
|
RUST_LOG = "hui=trace,hui-derive=trace,hui-examples=trace,hui-glium=trace,hui-painter=trace,hui-shared=trace,hui-wgpu=trace,hui-winit=trace,hui-loaders=trace,bevy_hui=trace,hui-euc=trace,info";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue