Skip to content

Commit cd617d3

Browse files
committed
update
1 parent c7cada1 commit cd617d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ bytemuck = { version = "1.21", features = ["derive"] }
7070
ordered-float = "4.6.0"
7171

7272
# generic serialization / deserialization
73-
serde = { version = "1.0.216", features = ["derive"] }
73+
serde = { version = "1.0.217", features = ["derive"] }
7474
serde_yml = "0.0.12"
7575

7676
# GUI
@@ -83,7 +83,7 @@ eframe = { version = "0.30.0", features = [
8383
], default-features = false }
8484
egui = { version = "0.30.0", features = ["log", "color-hex"] }
8585
egui-wgpu = { version = "0.30.0" }
86-
egui_file = "0.20.0"
86+
egui_file = "0.21.0"
8787
egui_extras = { version = "0.30.0", features = ["svg", "image"] }
8888

8989
# BVH

0 commit comments

Comments
 (0)