From 49fddd624cbe23d925131acd1e569403600784ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 21:00:48 +0000 Subject: [PATCH] Update web-time requirement from 0.2 to 1.0 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](https://github.com/daxpedda/web-time/compare/v0.2.0...v1.0.0) --- updated-dependencies: - dependency-name: web-time dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/Cargo.toml | 2 +- rend3-framework/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 109fd171..2f771d85 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -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 diff --git a/rend3-framework/Cargo.toml b/rend3-framework/Cargo.toml index f94063b0..621134da 100644 --- a/rend3-framework/Cargo.toml +++ b/rend3-framework/Cargo.toml @@ -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"