Skip to content

Commit 27dc298

Browse files
committed
update: glam
1 parent 584d178 commit 27dc298

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cargo-gpu = { git = "https://github.com/Rust-GPU/cargo-gpu", rev = "bb74342b9006
2929
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe475921997050c25c02a62c7a12d48e0" }
3030

3131
# other
32-
glam = { version = "0.30.9", default-features = false }
32+
glam = { version = "0.32.0", default-features = false }
3333
bytemuck = { version = "1.24.0", features = ["derive"] }
3434
raw-window-handle = "0.6.2"
3535
winit = "0.30.0"

generated/graphics/ash/cargo-gpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cargo-gpu = { git = "https://github.com/Rust-GPU/cargo-gpu", rev = "bb74342b9006
2626
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe475921997050c25c02a62c7a12d48e0" }
2727

2828
# other
29-
glam = { version = "0.30.9", default-features = false }
29+
glam = { version = "0.32.0", default-features = false }
3030
bytemuck = { version = "1.24.0", features = ["derive"] }
3131
raw-window-handle = "0.6.2"
3232
winit = "0.30.0"

generated/graphics/ash/spirv-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe
2727
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe475921997050c25c02a62c7a12d48e0" }
2828

2929
# other
30-
glam = { version = "0.30.9", default-features = false }
30+
glam = { version = "0.32.0", default-features = false }
3131
bytemuck = { version = "1.24.0", features = ["derive"] }
3232
raw-window-handle = "0.6.2"
3333
winit = "0.30.0"

generated/graphics/wgpu/cargo-gpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cargo-gpu = { git = "https://github.com/Rust-GPU/cargo-gpu", rev = "bb74342b9006
2525
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe475921997050c25c02a62c7a12d48e0" }
2626

2727
# other
28-
glam = { version = "0.30.9", default-features = false }
28+
glam = { version = "0.32.0", default-features = false }
2929
bytemuck = { version = "1.24.0", features = ["derive"] }
3030
raw-window-handle = "0.6.2"
3131
winit = "0.30.0"

generated/graphics/wgpu/spirv-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe
2626
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe475921997050c25c02a62c7a12d48e0" }
2727

2828
# other
29-
glam = { version = "0.30.9", default-features = false }
29+
glam = { version = "0.32.0", default-features = false }
3030
bytemuck = { version = "1.24.0", features = ["derive"] }
3131
raw-window-handle = "0.6.2"
3232
winit = "0.30.0"

graphics/Cargo.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cargo-gpu = { git = "https://github.com/Rust-GPU/cargo-gpu", rev = "bb74342b9006
3838
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe475921997050c25c02a62c7a12d48e0" }
3939

4040
# other
41-
glam = { version = "0.30.9", default-features = false }
41+
glam = { version = "0.32.0", default-features = false }
4242
bytemuck = { version = "1.24.0", features = ["derive"] }
4343
raw-window-handle = "0.6.2"
4444
winit = "0.30.0"

0 commit comments

Comments
 (0)