re-create compute from example

This commit is contained in:
2025-08-18 21:41:49 -04:00
parent b1f7524856
commit 81e8c2504f
8 changed files with 469 additions and 18 deletions

View File

@@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bevy = {version = "0.16.1", features = ["bevy_image"]}
bevy = {version = "0.16.1", features = ["bevy_image", "file_watcher"]}
bevy-inspector-egui = "0.31.0"