Skip to content

Commit

Permalink
bump egui and self version to 0.27.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Cohen <[email protected]>
  • Loading branch information
osimarr committed Mar 27, 2024
1 parent c2d8f24 commit 57b3d6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_sdl2_gl"
version = "0.26.2"
version = "0.27.0"
authors = ["Arjun Nair <[email protected]>"]
edition = "2018"
description = "Backend for Egui to use with sdl2-rs and open gl"
Expand All @@ -15,7 +15,7 @@ include = ["**/*.rs", "Cargo.toml", "/shaders"]
[dependencies]
ahash = "~0.8"
gl = "~0.14"
egui = "~0.26"
egui = "~0.27"
sdl2 = { version = "~0.36" }
memoffset = "0.9.0"

Expand All @@ -41,4 +41,4 @@ sdl2_static-link = ["sdl2/static-link"]
use_epi = ["epi"]

[dev-dependencies]
egui_demo_lib = "~0.26"
egui_demo_lib = "~0.27"

0 comments on commit 57b3d6c

Please sign in to comment.