Skip to content

Commit

Permalink
Bump rust-embed from 8.0.0 to 8.1.0
Browse files Browse the repository at this point in the history
Bumps [rust-embed](https://github.com/pyros2097/rust-embed) from 8.0.0 to 8.1.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 Dec 14, 2023
1 parent f74a4fd commit edbd45c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.

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

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

[target.'cfg(target_family = "wasm")'.dependencies]
# Embed shaders in wasm.
Expand Down

0 comments on commit edbd45c

Please sign in to comment.