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"