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:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "egui_extras"
|
||||
version = "0.17.0"
|
||||
version = "0.18.0"
|
||||
authors = [
|
||||
"Dominik Rössler <dominik@freshx.de>",
|
||||
"Emil Ernerfeldt <emil.ernerfeldt@gmail.com>",
|
||||
@@ -39,7 +39,7 @@ tracing = ["dep:tracing", "egui/tracing"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
egui = { version = "0.17.0", path = "../egui", default-features = false }
|
||||
egui = { version = "0.18.0", path = "../egui", default-features = false }
|
||||
|
||||
# Optional dependencies:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user