mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Release 0.24.0 - Multi-viewport
This commit is contained in:
@@ -37,16 +37,16 @@ chrono = { version = "0.4", default-features = false, features = [
|
||||
"js-sys",
|
||||
"wasmbind",
|
||||
] }
|
||||
eframe = { version = "0.23.0", path = "../eframe", default-features = false }
|
||||
egui = { version = "0.23.0", path = "../egui", features = [
|
||||
eframe = { version = "0.24.0", path = "../eframe", default-features = false }
|
||||
egui = { version = "0.24.0", path = "../egui", features = [
|
||||
"callstack",
|
||||
"extra_debug_asserts",
|
||||
"log",
|
||||
] }
|
||||
egui_demo_lib = { version = "0.23.0", path = "../egui_demo_lib", features = [
|
||||
egui_demo_lib = { version = "0.24.0", path = "../egui_demo_lib", features = [
|
||||
"chrono",
|
||||
] }
|
||||
egui_extras = { version = "0.23.0", path = "../egui_extras", features = [
|
||||
egui_extras = { version = "0.24.0", path = "../egui_extras", features = [
|
||||
"image",
|
||||
] }
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
|
||||
Reference in New Issue
Block a user