mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Bump glam from 0.24.1 to 0.24.2 (#4171)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8e393ca213
commit
7e0d6c971f
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1127,9 +1127,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "glam"
|
||||
version = "0.24.1"
|
||||
version = "0.24.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "42218cb640844e3872cc3c153dc975229e080a6c4733b34709ef445610550226"
|
||||
checksum = "b5418c17512bdf42730f9032c74e1ae39afc408745ebb2acf72fbc4691c17945"
|
||||
|
||||
[[package]]
|
||||
name = "glow"
|
||||
|
@ -68,7 +68,7 @@ ddsfile = "0.5"
|
||||
env_logger = "0.10"
|
||||
futures-intrusive = "0.5"
|
||||
rustc-hash = "1.1.0"
|
||||
glam = "0.24.1"
|
||||
glam = "0.24.2"
|
||||
image = { version = "0.24", default-features = false, features = ["png"] }
|
||||
# libloading 0.8 switches from `winapi` to `windows-sys`; permit either
|
||||
libloading = ">=0.7,<0.9"
|
||||
|
Loading…
Reference in New Issue
Block a user