1
0
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:
Emil Ernerfeldt
2023-11-23 15:56:46 +01:00
parent 56a74a5247
commit bd087ffb8d
12 changed files with 35 additions and 35 deletions

View File

@@ -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"] }