diff options
| author | HampusM <hampus@hampusmat.com> | 2026-07-19 16:30:58 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-07-19 16:30:58 +0200 |
| commit | 65bce20d43670d23f433ac11f49f10d2011474b6 (patch) | |
| tree | 5a1ccf1f32c41b8a69874777e8af951c3150bba0 /engine/Cargo.toml | |
| parent | 6a608c1791d39857b9894462643dc925dbd39067 (diff) | |
feat(engine): add location path to shader binding validation error
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml index fa30dd0..df29fd3 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -14,6 +14,7 @@ paste = "1.0.14" safer-ffi = "0.1.13" crossbeam-queue = "0.3.12" parking_lot = "0.12.3" +circular-buffer = "2.0.0" engine-macros = { workspace = true } engine-ecs = { workspace = true } engine-reflection = { workspace = true } |
