mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Merge branch 'main' into common-panels
This commit is contained in:
@@ -3,8 +3,8 @@ name = "test_ui_stack"
|
||||
version = "0.1.0"
|
||||
authors = ["Antoine Beyeler <abeyeler@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.81"
|
||||
edition = "2024"
|
||||
rust-version = "1.88"
|
||||
publish = false
|
||||
|
||||
[lints]
|
||||
@@ -21,7 +21,4 @@ eframe = { workspace = true, features = [
|
||||
# For image support:
|
||||
egui_extras = { workspace = true, features = ["default", "image", "serde"] }
|
||||
|
||||
env_logger = { version = "0.10", default-features = false, features = [
|
||||
"auto-color",
|
||||
"humantime",
|
||||
] }
|
||||
env_logger = { workspace = true, features = ["auto-color", "humantime"] }
|
||||
|
||||
Reference in New Issue
Block a user