compiles, no display

This commit is contained in:
geoffsee
2025-07-03 12:41:26 -04:00
parent 7a23e55894
commit b6f06b5e6c
6 changed files with 468 additions and 26 deletions

View File

@@ -17,3 +17,4 @@ bevy = { workspace = true, features = [
] }
rand = { version = "0.8.3" }
components = { path = "../components" }
datalink = { path = "../datalink" }