mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Release 0.20.0 - AccessKit, prettier text, overlapping widgets
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "egui-winit"
|
||||
version = "0.19.0"
|
||||
version = "0.20.0"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
description = "Bindings for using egui with winit"
|
||||
edition = "2021"
|
||||
@@ -46,7 +46,7 @@ serde = ["egui/serde", "dep:serde"]
|
||||
wayland = ["winit/wayland"]
|
||||
|
||||
[dependencies]
|
||||
egui = { version = "0.19.0", path = "../egui", default-features = false, features = [
|
||||
egui = { version = "0.20.0", path = "../egui", default-features = false, features = [
|
||||
"tracing",
|
||||
] }
|
||||
instant = { version = "0.1", features = [
|
||||
|
||||
Reference in New Issue
Block a user