Skip to content

Commit

Permalink
bump egui to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed Dec 16, 2024
1 parent 8633808 commit 5ee32ae
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
[package]
name = "egui-notify"
version = "0.17.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/ItsEthra/egui-notify"
description = "Simple notifications library for egui"
authors = ["ItsEthra"]
readme = "README.md"

[lib]
path = "src/lib.rs"

[dependencies]
egui = { version = "0.29", default-features = false }

[dev-dependencies]
eframe = { version = "0.29", default-features = false, features = [
"default_fonts",
"glow",
] }
egui-phosphor = { git = "https://github.com/ItsEthra/egui-phosphor", branch = "main" }

[lints.rust]
unsafe_code = "forbid"

[lints.clippy]
all = { level = "deny", priority = 0 }
unwrap_used = { level = "deny", priority = 1 }
expect_used = { level = "deny", priority = 1 }
enum_glob_use = { level = "deny", priority = 2 }
[package]
name = "egui-notify"
version = "0.17.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/ItsEthra/egui-notify"
description = "Simple notifications library for egui"
authors = ["ItsEthra"]
readme = "README.md"

[lib]
path = "src/lib.rs"

[dependencies]
egui = { version = "0.30", default-features = false }

[dev-dependencies]
eframe = { version = "0.30", default-features = false, features = [
"default_fonts",
"glow",
] }
egui-phosphor = { git = "https://github.com/ItsEthra/egui-phosphor", branch = "main" }

[lints.rust]
unsafe_code = "forbid"

[lints.clippy]
all = { level = "deny", priority = 0 }
unwrap_used = { level = "deny", priority = 1 }
expect_used = { level = "deny", priority = 1 }
enum_glob_use = { level = "deny", priority = 2 }

0 comments on commit 5ee32ae

Please sign in to comment.