mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Updated to latest wgpu (0.18.0) (#3505)
Tested on M1 Mac: * native * webgl, firefox * webgpu, chrome all looking normal Updated minor ahash version because 0.8.1 got yanked. Added some deny exceptions for now - we'll have to update winit soon to resolve glow related cargo deny errors (not a big issue though since we don't expect wgpu and glow backends to be used at the same time)
This commit is contained in:
@@ -78,7 +78,7 @@ unity = ["epaint/unity"]
|
||||
[dependencies]
|
||||
epaint = { version = "0.23.0", path = "../epaint", default-features = false }
|
||||
|
||||
ahash = { version = "0.8.1", default-features = false, features = [
|
||||
ahash = { version = "0.8.6", default-features = false, features = [
|
||||
"no-rng", # we don't need DOS-protection, so we let users opt-in to it instead
|
||||
"std",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user