Skip to content

Commit

Permalink
Bump three-d from 0.15.0 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [three-d](https://github.com/asny/three-d) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/asny/three-d/releases)
- [Commits](asny/three-d@0.15.0...0.16.0)

---
updated-dependencies:
- dependency-name: three-d
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2023
1 parent f582242 commit 73d907c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ wasminterpreters = ["wasmer", "wasmer-wasi"]
# ========== DEPENDENCIES ==========
[dependencies]
# === RENDERING ===
three-d = { version = "0.15", default-features = false, features = [], optional = true }
three-d = { version = "0.16", default-features = false, features = [], optional = true }
eframe = { version = "0.22", features = ["persistence", "glow"], optional = true }
image = { version = "0.24", optional = true } # Required for image loading

Expand Down

0 comments on commit 73d907c

Please sign in to comment.