Skip to content

Conversation

@KentaTheBugMaker
Copy link
Contributor

This PR aims to add dependency resolving for meson user

If user want to build by meson it is not easy due to lack of cargo support .
but this PR makes it easy i.e. user just write wgpu-native.wrap in subprojects

t18b219k added 3 commits March 27, 2021 03:53
@@ -0,0 +1,28 @@

project('wgpu-native', 'c', version : '0.6.0', license : 'MPL 2.0')
Copy link
Member

Choose a reason for hiding this comment

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

are we going to need to bump this version every time we update Cargo.toml?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

if we provide version information for meson we need it

@kvark kvark merged commit ce7a761 into gfx-rs:master Mar 27, 2021
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