Skip to content

Commit

Permalink
updated to egui 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazariglez committed Feb 17, 2024
1 parent 74958a5 commit 712570c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ features = ["default", "glyph", "egui", "text", "extra", "audio", "links", "drop
lto = true

[dev-dependencies]
egui_demo_lib = "0.25.0"
egui_demo_lib = "0.26.2"
bytemuck = "1.14.0"

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion crates/notan_egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ notan_macro.workspace = true
log.workspace = true
bytemuck.workspace = true

egui = { version = "0.25.0", features = ["bytemuck"] }
egui = { version = "0.26.2", features = ["bytemuck"] }

[features]
links = []
Expand Down

0 comments on commit 712570c

Please sign in to comment.