Skip to content

Commit

Permalink
Bump rust-embed from 8.1.0 to 8.2.0
Browse files Browse the repository at this point in the history
Bumps [rust-embed](https://github.com/pyros2097/rust-embed) from 8.1.0 to 8.2.0.
- [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md)
- [Commits](https://github.com/pyros2097/rust-embed/commits)

---
updated-dependencies:
- dependency-name: rust-embed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Azkellas committed Feb 7, 2024
1 parent 9320baf commit 52335a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ instant = "0.1.12"
nanorand = { version = "0.7", default-features = false, features = ["wyrand"] }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
rust-embed = "8.1.0" # Enable shader hot reload for native compilation.
rust-embed = "8.2.0" # Enable shader hot reload for native compilation.

[target.'cfg(target_family = "wasm")'.dependencies]
# Embed shaders in wasm.
rust-embed = { version = "8.0.0", features = ["debug-embed"] }
rust-embed = { version = "8.2.0", features = ["debug-embed"] }

[features]
webgl = ["wgpu/webgl"]
Expand Down

0 comments on commit 52335a4

Please sign in to comment.