mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Update ahash to 0.6
This commit is contained in:
@@ -20,8 +20,7 @@ include = [
|
||||
[lib]
|
||||
|
||||
[dependencies]
|
||||
# Can't upgrade ahash until we can use it within wasmtime (https://github.com/tkaitchuck/aHash/issues/59)
|
||||
ahash = { version = "0.4", features = ["std"], default-features = false }
|
||||
ahash = { version = "0.6", features = ["std"], default-features = false }
|
||||
parking_lot = "0.11"
|
||||
rusttype = "0.9"
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user