experimenting with water surface mesh

This commit is contained in:
2024-10-19 01:33:03 -04:00
parent b61dacf5e2
commit cc3e43da16
17 changed files with 263 additions and 124 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "asset_loader_proc"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
serde = "1.0.204"
serde_json = "1.0.120"
bevy = "0.14.2"
ron = "0.8.1"

View File

@@ -0,0 +1 @@