Update egui_wgpu_backend (#213)

This commit is contained in:
Jay Oster 2021-10-09 20:24:14 -07:00 committed by GitHub
parent b05b1fb2b9
commit ef99ace0ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ default = ["optimize"]
[dependencies]
egui = "0.14"
egui_wgpu_backend = "0.12"
egui_wgpu_backend = "0.13"
egui_winit_platform = { version = "0.10", features = ["webbrowser"] }
env_logger = "0.9"
log = "0.4"