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

add meson.build #84

Merged
merged 4 commits into from
Mar 27, 2021
Merged

add meson.build #84

merged 4 commits into from
Mar 27, 2021

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
meson.build Outdated Show resolved Hide resolved
@@ -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