feat: render and manage textures :3
This commit is contained in:
parent
2501390225
commit
74a1be796f
21 changed files with 2908 additions and 320 deletions
|
|
@ -35,11 +35,12 @@
|
|||
commonArgs,
|
||||
...
|
||||
}: {
|
||||
_module.args = {
|
||||
_module.args = rec {
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [inputs.rust-overlay.overlays.default];
|
||||
};
|
||||
|
||||
craneLib = (inputs.crane.mkLib pkgs).overrideToolchain (
|
||||
pkgs: pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue