Skip to content

Commit

Permalink
Revert "Bump libloading from 0.7.4 to 0.8.0 (#3666)" (#3709)
Browse files Browse the repository at this point in the history
This reverts commit 7f179ff.
  • Loading branch information
teoxoy authored Apr 20, 2023
1 parent 0b53b47 commit 25cb9f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
24 changes: 7 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ futures-intrusive = "0.4"
rustc-hash = "1.1.0"
glam = "0.21.3"
image = { version = "0.24", default-features = false, features = ["png"] }
libloading = "0.8"
libloading = "0.7"
libc = "0.2"
log = "0.4"
nanorand = { version = "0.7", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ gpu-descriptor = { version = "0.2", optional = true }
smallvec = { version = "1", optional = true, features = ["union"] }

khronos-egl = { version = "4.1", features = ["dynamic"], optional = true }
libloading = { version = "0.8", optional = true }
libloading = { version = "0.7", optional = true }
renderdoc-sys = { version = "1.0.0", optional = true }

[target.'cfg(target_os = "emscripten")'.dependencies]
khronos-egl = { version = "4.1", features = ["static", "no-pkg-config"] }
#Note: it's unused by emscripten, but we keep it to have single code base in egl.rs
libloading = { version = "0.8", optional = true }
libloading = { version = "0.7", optional = true }

[target.'cfg(windows)'.dependencies]
# backend: Dx12
Expand Down

0 comments on commit 25cb9f6

Please sign in to comment.