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 /Cargo.lock | |
| parent | 6a608c1791d39857b9894462643dc925dbd39067 (diff) | |
feat(engine): add location path to shader binding validation error
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -327,6 +327,12 @@ dependencies = [ ] [[package]] +name = "circular-buffer" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f5610398bbf405be68c4daeadee379d4dca31226cdf9076746a875bc58a69e3" + +[[package]] name = "clang-sys" version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -574,6 +580,7 @@ version = "0.1.0" dependencies = [ "bitflags 2.11.1", "build-rs", + "circular-buffer", "crossbeam-queue", "dear-imgui-rs", "engine-ecs", @@ -1103,7 +1110,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] |
