improved water shader

This commit is contained in:
2024-09-08 01:42:13 -04:00
parent d58570f646
commit 0c81742f11
6 changed files with 141 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.14.0"
bevy = { version = "0.14.0", features = ["file_watcher"] }
bevy-inspector-egui = "0.25.0"
iyes_perf_ui = "0.3.0"
noise = "0.8.2"