Fix dep versions

This commit is contained in:
Wu Yu Wei
2023-03-10 19:01:15 +08:00
parent c0501ec3e5
commit 56b3b7e682
4 changed files with 7 additions and 7 deletions

6
Cargo.lock generated
View File

@@ -1116,7 +1116,7 @@ checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"
[[package]]
name = "eframe_tao"
version = "0.20.1"
version = "0.21.0"
dependencies = [
"bytemuck",
"dark-light",
@@ -1158,7 +1158,7 @@ dependencies = [
[[package]]
name = "egui-tao"
version = "0.20.1"
version = "0.21.0"
dependencies = [
"arboard",
"document-features",
@@ -1241,7 +1241,7 @@ dependencies = [
[[package]]
name = "egui_glow_tao"
version = "0.20.1"
version = "0.21.0"
dependencies = [
"bytemuck",
"document-features",

View File

@@ -44,7 +44,7 @@ wgpu = [ "dep:wgpu", "egui-wgpu" ]
egui = { version = "0.19.0", path = "../egui", default-features = false, features = [ "bytemuck", "tracing" ] }
tracing = { version = "0.1", default-features = false, features = [ "std" ] }
document-features = { version = "0.2", optional = true }
egui_glow = { package = "egui_glow_tao", version = "0.20.1", path = "../egui_glow", optional = true, default-features = false }
egui_glow = { package = "egui_glow_tao", version = "0.21.0", path = "../egui_glow", optional = true, default-features = false }
egui-wgpu = { version = "0.19.0", path = "../egui-wgpu", optional = true, features = [ "winit" ] }
glow = { version = "0.11", optional = true }
ron = { version = "0.8", optional = true, features = [ "integer128" ] }
@@ -53,7 +53,7 @@ wgpu = { version = "0.13", optional = true }
[target."cfg(not(target_arch = \"wasm32\"))".dependencies]
dark-light = { version = "0.2.1", optional = true }
egui-winit = { package = "egui-tao", version = "0.20.1", path = "../egui-winit", default-features = false, features = [ "clipboard", "links" ] }
egui-winit = { package = "egui-tao", version = "0.21.0", path = "../egui-winit", default-features = false, features = [ "clipboard", "links" ] }
glutin = { package = "glutin_tao", version = "0.31.0" }
winit = { package = "tao", version = "0.17", default-features = false }
puffin = { version = "0.13", optional = true }

View File

@@ -39,7 +39,7 @@ wgpu = ["eframe/wgpu", "bytemuck", "pollster", "dep:wgpu"]
[dependencies]
chrono = { version = "0.4", features = ["js-sys", "wasmbind"] }
eframe = { package = "eframe_tao", version = "0.20.0", path = "../eframe", default-features = false }
eframe = { package = "eframe_tao", version = "0.21.0", path = "../eframe", default-features = false }
egui = { version = "0.19.0", path = "../egui", features = ["extra_debug_asserts"] }
egui_demo_lib = { version = "0.19.0", path = "../egui_demo_lib", features = ["chrono"] }

View File

@@ -42,7 +42,7 @@ tracing = { version = "0.1", default-features = false, features = [ "std" ] }
document-features = { version = "0.2", optional = true }
[target."cfg(not(target_arch = \"wasm32\"))".dependencies]
egui-winit = { package = "egui-tao", version = "0.20.1", path = "../egui-winit", optional = true, default-features = false }
egui-winit = { package = "egui-tao", version = "0.21.0", path = "../egui-winit", optional = true, default-features = false }
puffin = { version = "0.13", optional = true }
[target."cfg(target_arch = \"wasm32\")".dependencies]