1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Update ahash to 0.8.1 (#2255)

This commit is contained in:
Emil Ernerfeldt
2022-11-07 09:23:45 +01:00
committed by GitHub
parent 7434a7d7d5
commit e48602059d
5 changed files with 30 additions and 19 deletions

11
Cargo.lock generated
View File

@@ -58,9 +58,9 @@ dependencies = [
[[package]]
name = "ahash"
version = "0.8.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e6e951cfbb2db8de1828d49073a113a29fd7117b1596caa781a258c7e38d72"
checksum = "464b3811b747f8f7ebc8849c9c728c39f6ac98a055edad93baf9eb330e3f8f9d"
dependencies = [
"cfg-if",
"getrandom",
@@ -1138,7 +1138,6 @@ dependencies = [
"egui-wgpu",
"egui-winit",
"egui_glow",
"getrandom",
"glow",
"glutin",
"js-sys",
@@ -1159,7 +1158,7 @@ dependencies = [
name = "egui"
version = "0.19.0"
dependencies = [
"ahash 0.8.0",
"ahash 0.8.1",
"document-features",
"epaint",
"nohash-hasher",
@@ -1255,7 +1254,7 @@ dependencies = [
name = "egui_glium"
version = "0.19.0"
dependencies = [
"ahash 0.8.0",
"ahash 0.8.1",
"bytemuck",
"document-features",
"egui",
@@ -1371,7 +1370,7 @@ name = "epaint"
version = "0.19.0"
dependencies = [
"ab_glyph",
"ahash 0.8.0",
"ahash 0.8.1",
"atomic_refcell",
"backtrace",
"bytemuck",