mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
wgpu 0.16 (#2884)
* Adapt to latest wgpu changes * Point to latest wgpu commit * Fix egui-wgpu winit * wgpu 0.16 * Fix web compilation issue * Add libloading to deny.toml skip * lock fix after merge, sort deny skip list --------- Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
@@ -43,7 +43,7 @@ epaint = { version = "0.21.0", path = "../epaint", default-features = false, fea
|
||||
bytemuck = "1.7"
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
type-map = "0.5.0"
|
||||
wgpu = "0.15.0"
|
||||
wgpu = "0.16.0"
|
||||
|
||||
#! ### Optional dependencies
|
||||
## Enable this when generating docs.
|
||||
|
||||
Reference in New Issue
Block a user