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

Release 0.18.0 - Shape::Callback, Table, and better text contrast

This commit is contained in:
Emil Ernerfeldt
2022-04-30 20:27:27 +02:00
parent 9394e7ea22
commit dc26890a80
18 changed files with 59 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "egui_demo_app"
version = "0.17.0"
version = "0.18.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
@@ -35,14 +35,14 @@ syntax_highlighting = ["egui_demo_lib/syntax_highlighting"]
[dependencies]
chrono = { version = "0.4", features = ["js-sys", "wasmbind"] }
eframe = { version = "0.17.0", path = "../eframe" }
egui = { version = "0.17.0", path = "../egui", features = ["extra_debug_asserts"] }
egui_demo_lib = { version = "0.17.0", path = "../egui_demo_lib", features = ["chrono"] }
egui_glow = { version = "0.17.0", path = "../egui_glow" }
eframe = { version = "0.18.0", path = "../eframe" }
egui = { version = "0.18.0", path = "../egui", features = ["extra_debug_asserts"] }
egui_demo_lib = { version = "0.18.0", path = "../egui_demo_lib", features = ["chrono"] }
egui_glow = { version = "0.18.0", path = "../egui_glow" }
# Optional dependencies:
egui_extras = { version = "0.17.0", optional = true, path = "../egui_extras" }
egui_extras = { version = "0.18.0", optional = true, path = "../egui_extras" }
# feature "http":
ehttp = { version = "0.2.0", optional = true }