Skip to content

Publish version 0.18. Includes wgpu 0.11, lyon 0.17 and more#805

Merged
mitchmindtree merged 1 commit intonannou-org:masterfrom
mitchmindtree:publish-0.18
Nov 18, 2021
Merged

Publish version 0.18. Includes wgpu 0.11, lyon 0.17 and more#805
mitchmindtree merged 1 commit intonannou-org:masterfrom
mitchmindtree:publish-0.18

Conversation

@mitchmindtree
Copy link
Copy Markdown
Member

This contains the update from wgpu version 0.9 to 0.11, the new
lyon version 0.17, the release of some newly refactored nannou_*
crates and many other fixes and tweaks.

See the updated changelog for details!

In particular:

Note: As of wgpu 0.10, all nannou projects now require either:

  1. The following line in their top-level cargo manifest:
    resolver = "2"
    OR
  2. All packages must use the 2021 edition (or later) of Rust, e.g.
    edition = "2021"

This requirement is due to wgpu 0.10's reliance on the new version of cargo's
dependency resolver and how it unifies features. Without either of the above
amendments, you will likely run into strange upstream compilation errors. You
can read more about the cargo dependency resolver versions here:

https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions

This contains the update from `wgpu` version `0.9` to `0.11`, the new
`lyon` version `0.17`, the release of some newly refactored `nannou_*`
crates and many other fixes and tweaks.

See the updated changelog for details!
@mitchmindtree mitchmindtree changed the title Publish version 0.18 Publish version 0.18. Includes wgpu 0.11, lyon 0.17 and more Nov 15, 2021
@Woyten
Copy link
Copy Markdown
Contributor

Woyten commented Nov 15, 2021

@mitchmindtree Cool! Should I keep on updating #715 then?

@mitchmindtree
Copy link
Copy Markdown
Member Author

@Woyten sounds good to me, I'd love to see that working!

@mitchmindtree mitchmindtree merged commit 0b881e2 into nannou-org:master Nov 18, 2021
@Woyten
Copy link
Copy Markdown
Contributor

Woyten commented Nov 20, 2021

@mitchmindtree I updated #715!

@ykws ykws mentioned this pull request Oct 24, 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