Skip to content

Commit

Permalink
update all crates
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed Oct 2, 2024
1 parent 3f677e6 commit 038a18f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,17 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_yml = "0.0.12"

# GUI
eframe = { version = "0.29.0", features = [
eframe = { version = "0.29.1", features = [
"wgpu",
"accesskit",
"default_fonts",
"wayland",
"x11",
], default-features = false }
egui = { version = "0.29.0", features = ["log", "color-hex"] }
egui-wgpu = { version = "0.29.0" }
egui_file = { git = "https://github.com/bircni/egui_file", branch = "egui_0.29.0" }
egui_extras = { version = "0.29.0", features = ["svg", "image"] }
egui = { version = "0.29.1", features = ["log", "color-hex"] }
egui-wgpu = { version = "0.29.1" }
egui_file = "0.19.0"
egui_extras = { version = "0.29.1", features = ["svg", "image"] }

# BVH
bvh = "0.10.0"
Expand Down

0 comments on commit 038a18f

Please sign in to comment.