1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Use workspace dependencies for the egui crates

This commit is contained in:
Emil Ernerfeldt
2024-02-01 20:23:11 +01:00
parent 948db61a8a
commit 00cd671ad8
31 changed files with 58 additions and 48 deletions

View File

@@ -38,16 +38,16 @@ chrono = { version = "0.4", default-features = false, features = [
"js-sys",
"wasmbind",
] }
eframe = { path = "../eframe", default-features = false, features = [
eframe = { workspace = true, default-features = false, features = [
"web_screen_reader",
] }
egui = { path = "../egui", features = [
egui = { workspace = true, features = [
"callstack",
"extra_debug_asserts",
"log",
] }
egui_demo_lib = { path = "../egui_demo_lib", features = ["chrono"] }
egui_extras = { path = "../egui_extras", features = ["image"] }
egui_demo_lib = { workspace = true, features = ["chrono"] }
egui_extras = { workspace = true, features = ["image"] }
log = { version = "0.4", features = ["std"] }
# Optional dependencies: