Remove ECS pattern: Split into new repo
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 6m2s

This commit is contained in:
Florian RICHER 2025-05-25 18:55:58 +02:00
parent d232706f68
commit f486486be3
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
32 changed files with 23 additions and 1823 deletions

View file

@ -76,7 +76,7 @@
packages = {
default = rustPlatform.buildRustPackage {
pname = "rust_ash_test";
pname = "vulkan_test";
version = "0.1.0";
src = self;