mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Update to wgpu 0.17.0 (#3170)
* Bump `wgpu` to 0.17.0 This required bumping wasm-bindgen to 0.2.87 * cargo deny exception for `foreign-types` * sort deny.toml * Add fragile-send-sync-non-atomic-wasm feature to wgpu * cargo deny: ignore children of foreign-types --------- Co-authored-by: Andreas Reich <r_andreas2@web.de> Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
@@ -47,8 +47,9 @@ skip = [
|
||||
{ name = "windows" }, # old version via accesskit
|
||||
]
|
||||
skip-tree = [
|
||||
{ name = "criterion" }, # dev-dependency
|
||||
{ name = "rfd" }, # example dependency
|
||||
{ name = "criterion" }, # dev-dependency
|
||||
{ name = "foreign-types" }, # small crate. Old version via cocoa and core-graphics (winit).
|
||||
{ name = "rfd" }, # example dependency
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user