Skip to content

Commit

Permalink
Bump version to 0.26.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 1, 2024
1 parent 00cd671 commit f7d8d61
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Cargo.toml
Expand Up @@ -20,7 +20,7 @@ members = [
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.72"
version = "0.25.0"
version = "0.26.0-alpha.1"


[profile.release]
Expand Down Expand Up @@ -48,17 +48,17 @@ opt-level = 2


[workspace.dependencies]
emath = { version = "0.25.0", path = "crates/emath", default-features = false }
ecolor = { version = "0.25.0", path = "crates/ecolor", default-features = false }
epaint = { version = "0.25.0", path = "crates/epaint", default-features = false }
egui = { version = "0.25.0", path = "crates/egui", default-features = false }
egui_plot = { version = "0.25.0", path = "crates/egui_plot", default-features = false }
egui-winit = { version = "0.25.0", path = "crates/egui-winit", default-features = false }
egui_extras = { version = "0.25.0", path = "crates/egui_extras", default-features = false }
egui-wgpu = { version = "0.25.0", path = "crates/egui-wgpu", default-features = false }
egui_demo_lib = { version = "0.25.0", path = "crates/egui_demo_lib", default-features = false }
egui_glow = { version = "0.25.0", path = "crates/egui_glow", default-features = false }
eframe = { version = "0.25.0", path = "crates/eframe", default-features = false }
emath = { version = "0.26.0-alpha.1", path = "crates/emath", default-features = false }
ecolor = { version = "0.26.0-alpha.1", path = "crates/ecolor", default-features = false }
epaint = { version = "0.26.0-alpha.1", path = "crates/epaint", default-features = false }
egui = { version = "0.26.0-alpha.1", path = "crates/egui", default-features = false }
egui_plot = { version = "0.26.0-alpha.1", path = "crates/egui_plot", default-features = false }
egui-winit = { version = "0.26.0-alpha.1", path = "crates/egui-winit", default-features = false }
egui_extras = { version = "0.26.0-alpha.1", path = "crates/egui_extras", default-features = false }
egui-wgpu = { version = "0.26.0-alpha.1", path = "crates/egui-wgpu", default-features = false }
egui_demo_lib = { version = "0.26.0-alpha.1", path = "crates/egui_demo_lib", default-features = false }
egui_glow = { version = "0.26.0-alpha.1", path = "crates/egui_glow", default-features = false }
eframe = { version = "0.26.0-alpha.1", path = "crates/eframe", default-features = false }

criterion = { version = "0.5.1", default-features = false }
glow = "0.13"
Expand Down

0 comments on commit f7d8d61

Please sign in to comment.