1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Update bytemuck (#7475)

This commit is contained in:
Emil Ernerfeldt
2025-08-24 16:27:21 +02:00
committed by GitHub
parent a5a51ced0f
commit 608de4a264
2 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ ahash = { version = "0.8.11", default-features = false, features = [
] }
backtrace = "0.3"
bitflags = "2.6"
bytemuck = "1.7.2"
bytemuck = "1.23.2"
criterion = { version = "0.5.1", default-features = false }
dify = { version = "0.7", default-features = false }
document-features = "0.2.10"