feat: added the Color component to the base components in the ECS

This commit is contained in:
lisk77 2025-03-21 23:17:16 +01:00
parent 4b6b5e64e9
commit 4d4c6aad90
14 changed files with 136 additions and 23 deletions

View file

@ -9,6 +9,8 @@ comet_math = { path = "../comet_math" }
comet_resources = { path = "../comet_resources" }
comet_log = { path = "../comet_log" }
comet_structs = { path = "../comet_structs" }
comet_colors = { path = "../comet_colors" }
wgpu = { version = "22.0" }
chrono = "0.4"
bit-set = "0.8.0"