Skip to content

Commit

Permalink
Update web-time requirement from 0.2 to 1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [web-time](https://github.com/daxpedda/web-time) to permit the latest version.
- [Release notes](https://github.com/daxpedda/web-time/releases)
- [Changelog](https://github.com/daxpedda/web-time/blob/main/CHANGELOG.md)
- [Commits](daxpedda/web-time@v0.2.0...v1.0.0)

---
updated-dependencies:
- dependency-name: web-time
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2024
1 parent 86bc4d2 commit 49fddd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ rend3-gltf = { version = "^0.3.0", path = "../rend3-gltf" }
# Opening URL's
webbrowser = "0.8.2"
# Instant but portable to the web
web-time = "0.2"
web-time = "1.0"
# windowing
winit = "0.29.4"
# Integration with wgpu
Expand Down
2 changes: 1 addition & 1 deletion rend3-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ profiling = { version = "1", default-features = false }
rend3 = { version = "0.3.0", path = "../rend3" }
rend3-routine = { version = "0.3.0", path = "../rend3-routine" }
thiserror = { version = "1" }
web-time = "0.2"
web-time = "1.0"
winit = { version = "0.29.4", features = ["rwh_05"] }
wgpu = "0.19.0"

Expand Down

0 comments on commit 49fddd6

Please sign in to comment.