Emil Ernerfeldt
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
8 additions and
8 deletions
-
Cargo.lock
-
Cargo.toml
|
|
@ -1161,14 +1161,14 @@ version = "0.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" |
|
|
|
dependencies = [ |
|
|
|
"libloading 0.7.4", |
|
|
|
"libloading 0.8.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "document-features" |
|
|
|
version = "0.2.7" |
|
|
|
version = "0.2.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e493c573fce17f00dcab13b6ac057994f3ce17d1af4dc39bfd482b83c6eb6157" |
|
|
|
checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95" |
|
|
|
dependencies = [ |
|
|
|
"litrs", |
|
|
|
] |
|
|
@ -1985,7 +1985,7 @@ dependencies = [ |
|
|
|
"bitflags 2.4.0", |
|
|
|
"com", |
|
|
|
"libc", |
|
|
|
"libloading 0.7.4", |
|
|
|
"libloading 0.8.0", |
|
|
|
"thiserror", |
|
|
|
"widestring", |
|
|
|
"winapi", |
|
|
@ -2321,9 +2321,9 @@ checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "litrs" |
|
|
|
version = "0.2.3" |
|
|
|
version = "0.4.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f9275e0933cf8bb20f008924c0cb07a0692fe54d8064996520bf998de9eb79aa" |
|
|
|
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lock_api" |
|
|
@ -4314,7 +4314,7 @@ dependencies = [ |
|
|
|
"js-sys", |
|
|
|
"khronos-egl", |
|
|
|
"libc", |
|
|
|
"libloading 0.7.4", |
|
|
|
"libloading 0.8.0", |
|
|
|
"log", |
|
|
|
"metal", |
|
|
|
"naga", |
|
|
|
|
|
@ -67,7 +67,7 @@ ahash = { version = "0.8.6", default-features = false, features = [ |
|
|
|
] } |
|
|
|
backtrace = "0.3" |
|
|
|
criterion = { version = "0.5.1", default-features = false } |
|
|
|
document-features = "0.2" |
|
|
|
document-features = " 0.2.8" |
|
|
|
glow = "0.13" |
|
|
|
log = { version = "0.4", features = ["std"] } |
|
|
|
nohash-hasher = "0.2" |
|
|
|