Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roll libloading back to 0.7 to avoid windows-rs dep. #3708

Closed
wants to merge 1 commit into from

Conversation

nical
Copy link
Contributor

@nical nical commented Apr 20, 2023

Checklist

  • Run cargo clippy.
  • Run RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown if applicable.

Connections

Dependabot updated libloading to 0.8 in 7f179ff

Description

Libloading switched from winapi to windows-rs in 0.8, making wgpu unconditionally depend on windows-rs. Unfortunately mozilla is still not ready to take that dependency. This commit rolls back to the previous libloading version so that the windows-rs dep remains optional.

Libloading switched from winapi to windows-rs in 0.8, making wgpu unconditionally depend on windows-rs. Unfortunately mozilla is still not ready to take that dependency. This commit rolls back to the previous libloading version so that the windows-rs dep remains optional.
@teoxoy
Copy link
Member

teoxoy commented Apr 20, 2023

This PR only partially reverts the version bump. I opened #3709 since it was easy enough to do through github's revert button on merged PRs.

@teoxoy teoxoy closed this Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants