Create a cyberpunk-style splash screen with a title and a countdown #39
File diff suppressed because it is too large
Load Diff
|
@ -78,6 +78,11 @@
|
||||||
rootFeatures = [ "screenplay" ];
|
rootFeatures = [ "screenplay" ];
|
||||||
release = false;
|
release = false;
|
||||||
}).rootCrate.build;
|
}).rootCrate.build;
|
||||||
|
cyberpunk-splash = (import ./cyberpunk-splash/Cargo.nix {
|
||||||
|
inherit pkgs;
|
||||||
|
buildRustCrateForPkgs = customBuildInfo;
|
||||||
|
release = true;
|
||||||
|
}).rootCrate.build;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue