Bump version to v26

This commit is contained in:
Connor Fitzgerald
2025-07-09 20:23:47 -04:00
parent 8ee66bde9f
commit 03f1b535ca
7 changed files with 39 additions and 39 deletions

View File

@@ -9,7 +9,7 @@ default = ["web"]
web = ["wgpu/web"]
[dependencies]
wgpu = { version = "25.0.0", features = [
wgpu = { version = "26.0.0", features = [
"custom",
"wgsl",
], default-features = false }