Skip to content

Commit

Permalink
Update glam requirement from 0.25 to 0.27
Browse files Browse the repository at this point in the history
Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.25.0...0.27.0)

---
updated-dependencies:
- dependency-name: glam
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 87f9ac4 commit 40157e9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ egui-winit = { version = "0.26", default-features = false, features = ["links",
# logging
env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] }
# Linear algebra library
glam = "0.25"
glam = "0.27"
# gltf model loading
gltf = "1.4"
# Channel
Expand Down
2 changes: 1 addition & 1 deletion rend3-egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.71"
[dependencies]
egui = "0.26"
egui-wgpu = "0.26"
glam = "0.25"
glam = "0.27"
rend3 = { version = "^0.3.0", path = "../rend3" }
wgpu = "0.19.0"
wgpu-types = "0.19.0"
2 changes: 1 addition & 1 deletion rend3-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.71"
[dependencies]
anyhow = "1"
cfg-if = "1"
glam = "0.25"
glam = "0.27"
log = "0.4"
parking_lot = "0.12"
profiling = { version = "1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion rend3-gltf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ base64 = "0.22"
bytemuck = "1"
ddsfile = { version = "0.5", optional = true }
float-ord = "0.3.2"
glam = "0.25"
glam = "0.27"
gltf = { version = "1.0", default-features = false, features = ["KHR_lights_punctual", "KHR_texture_transform", "KHR_materials_unlit", "extras", "names", "utils"] }
image = { version = "0.24", default-features = false }
ktx2 = { version = "0.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion rend3-routine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bytemuck = "1"
codespan-reporting = "0.11"
encase = { version = "0.7", features = ["glam"] }
flume = "0.11"
glam = { version = "0.25.0", features = ["bytemuck"] }
glam = { version = "0.27.0", features = ["bytemuck"] }
log = "0.4"
naga = { version = "0.19.0", features = ["wgsl-in"] }
ordered-float = "4"
Expand Down
2 changes: 1 addition & 1 deletion rend3-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "rend3-tests"
anyhow = "1"
env_logger = "0.11"
flume = { version = "0.11", features = ["spin"] }
glam = "0.25"
glam = "0.27"
image = { version = "0.24", default-features = false, features = ["png"] }
rend3 = { path = "../rend3" }
rend3-routine = { path = "../rend3-routine" }
Expand Down
2 changes: 1 addition & 1 deletion rend3-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bitflags = "2"
bytemuck = { version = "1", features = ["min_const_generics"] }
cfg-if = "1"
encase = { version = "0.7", features = ["glam"] }
glam = { version = "0.25", features = ["bytemuck"] }
glam = { version = "0.27", features = ["bytemuck"] }
list-any = "0.2"
once_cell = "1"
thiserror = "1"
Expand Down
2 changes: 1 addition & 1 deletion rend3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bumpalo = "3"
bytemuck = "1"
encase = { version = "0.7" }
flume = "0.11"
glam = { version = "0.25.0", features = ["bytemuck"] }
glam = { version = "0.27.0", features = ["bytemuck"] }
handlebars = "5"
indexmap = "2"
list-any = "0.2"
Expand Down

0 comments on commit 40157e9

Please sign in to comment.