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-winit"
|
||||
version = "0.17.0"
|
||||
version = "0.18.0"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
description = "Bindings for using egui with winit"
|
||||
edition = "2021"
|
||||
@@ -41,7 +41,7 @@ serde = ["egui/serde", "dep:serde"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
egui = { version = "0.17.0", path = "../egui", default-features = false, features = [
|
||||
egui = { version = "0.18.0", path = "../egui", default-features = false, features = [
|
||||
"tracing",
|
||||
] }
|
||||
instant = { version = "0.1", features = ["wasm-bindgen"] } # We use instant so we can (maybe) compile for web
|
||||
|
||||
Reference in New Issue
Block a user