Create a cyberpunk-style splash screen with a title and a countdown #39

Merged
savanni merged 11 commits from cyberpunk-display into main 2023-04-13 23:14:29 +00:00
2 changed files with 2841 additions and 0 deletions
Showing only changes of commit b92df7b443 - Show all commits

2836
cyberpunk-splash/Cargo.nix Normal file

File diff suppressed because it is too large Load Diff

View File

@ -78,6 +78,11 @@
rootFeatures = [ "screenplay" ];
release = false;
}).rootCrate.build;
cyberpunk-splash = (import ./cyberpunk-splash/Cargo.nix {
inherit pkgs;
buildRustCrateForPkgs = customBuildInfo;
release = true;
}).rootCrate.build;
};
};
}