Skip to content

Commit

Permalink
Update egui too
Browse files Browse the repository at this point in the history
  • Loading branch information
hakolao committed Dec 20, 2024
1 parent 151c9d3 commit f31d559
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ egui_persistence = ["egui_gui", "egui/persistence", "egui_demo_lib/serde"]
wgpu_serde = ["wgpu/serde"]

[dependencies]
indexmap = "2.6"
indexmap = "2.7"
pollster = "0.4"
image = "0.25"
bytemuck = { version = "1.19", features = ["derive"] }
bytemuck = { version = "1.20", features = ["derive"] }
wgpu = { version = "23.0", features = ["naga-ir"] }
winit = { version = "0.30" }
path-clean = "1.0.1"
Expand All @@ -24,12 +24,12 @@ flume = "0.11"
log = "0.4"

# Optional Egui
egui = { git = "https://github.com/emilk/egui.git", rev = "5d6a58b9176c2ae807928293da8a4e68f1c70d13", version = "0.29", optional = true }
egui-wgpu = { git = "https://github.com/emilk/egui.git", rev = "5d6a58b9176c2ae807928293da8a4e68f1c70d13", version = "0.29", optional = true }
egui-winit = { git = "https://github.com/emilk/egui.git", rev = "5d6a58b9176c2ae807928293da8a4e68f1c70d13", version = "0.29", optional = true }
egui_extras = { git = "https://github.com/emilk/egui.git", rev = "5d6a58b9176c2ae807928293da8a4e68f1c70d13", version = "0.29", optional = true }
egui_demo_lib = { git = "https://github.com/emilk/egui.git", rev = "5d6a58b9176c2ae807928293da8a4e68f1c70d13", version = "0.29", optional = true }
egui_plot = { version = "0.29", optional = true }
egui = { version = "0.30", optional = true }
egui-wgpu = { version = "0.30", optional = true }
egui-winit = { version = "0.30", optional = true }
egui_extras = { version = "0.30", optional = true }
egui_demo_lib = { version = "0.30", optional = true }
egui_plot = { version = "0.30", optional = true }

[dev-dependencies]
rapier2d = { version = "0.22", features = ["default", "debug-render"] }
Expand Down

0 comments on commit f31d559

Please sign in to comment.