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

Explicitely enable std for indexmap #2062

Merged
merged 1 commit into from
Sep 17, 2022
Merged

Conversation

maxammann
Copy link
Contributor

I noticed that depending on the environment the std check by the autocfg crate may fail. This enables std like recommended here: indexmap-rs/indexmap#184

Copy link
Member

@jimblandy jimblandy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay - I see that indexmap on master actually makes std default, but the 1.8.1 release that Naga is using right now still uses autocfg to check the CARGO_FEATURE_STD environment variable. So once Naga is able to switch to indexmap 2.0.0, we can remove this.

Thanks!

@jimblandy jimblandy merged commit abc4e15 into gfx-rs:master Sep 17, 2022
waywardmonkeys added a commit to waywardmonkeys/wgpu that referenced this pull request Jul 23, 2024
This was added in gfx-rs/naga#2062

This was needed before version 2, but not in version 2, so it
should be safe to remove now as it is enabled by default.
ErichDonGubler pushed a commit to waywardmonkeys/wgpu that referenced this pull request Jul 24, 2024
This was added in gfx-rs/naga#2062

This was needed before version 2, but not in version 2, so it
should be safe to remove now as it is enabled by default.
teoxoy pushed a commit to gfx-rs/wgpu that referenced this pull request Jul 24, 2024
This was added in gfx-rs/naga#2062

This was needed before version 2, but not in version 2, so it
should be safe to remove now as it is enabled by default.
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