mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Update wgpu to 0.13 (#1670)
* Update the wgsl syntax used in egui-wgpu * Updates for the latest version of wgpu * Update the wgpu version * get_preffered_format -> get_supported_formats * Just use an array access for compatible formats * Use the naga cli to validate the egui demo app custom wgpu shader * Run cargo check on the custom3d wgpu app Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ egui = { version = "0.18.1", path = "../egui", default-features = false, feature
|
||||
bytemuck = "1.7"
|
||||
tracing = "0.1"
|
||||
type-map = "0.5.0"
|
||||
wgpu = "0.12"
|
||||
wgpu = "0.13"
|
||||
|
||||
#! ### Optional dependencies
|
||||
## Enable this when generating docs.
|
||||
|
||||
Reference in New Issue
Block a user