1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Release 0.22.0 - A plethora of small improvements

This commit is contained in:
Emil Ernerfeldt
2023-05-23 19:58:04 +02:00
parent 5fc82c746e
commit 307565efa5
21 changed files with 75 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "egui-wgpu"
version = "0.21.0"
version = "0.22.0"
description = "Bindings for using egui natively using the wgpu library"
authors = [
"Nils Hasenbanck <nils@hasenbanck.de>",
@@ -36,7 +36,7 @@ winit = ["dep:winit"]
[dependencies]
epaint = { version = "0.21.0", path = "../epaint", default-features = false, features = [
epaint = { version = "0.22.0", path = "../epaint", default-features = false, features = [
"bytemuck",
] }