1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Release 0.19.0 - wgpu backend, repaint_after, continue-after-close

This commit is contained in:
Emil Ernerfeldt
2022-08-20 16:44:05 +02:00
parent 13f5d62b4b
commit 97ce103209
20 changed files with 73 additions and 48 deletions

View File

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