Skip to content

Commit

Permalink
Update egui version to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
STBoyden committed Feb 9, 2023
1 parent a3157d6 commit 654fdbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "authentura-egui-styling"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
egui = "0.19"
egui = "0.20"
lazy_static = "1.4"
serde = { version = "1.0", default-features = false, features = ["derive"] }

0 comments on commit 654fdbd

Please sign in to comment.