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

Update vulkano and shaderc deps to fix Linux build issues #386

Merged
merged 2 commits into from
Aug 20, 2019

Conversation

mitchmindtree
Copy link
Member

This fixes an issue where some Linux distros (Arch, Void, possibly
others) are unable to build 0.5.1. 0.6.1 includes the fix, hence the
update.

Merge pending freesig/shade_runner#21 and updating the dep in the cargo.toml.

This fixes an issue where some Linux distros (Arch, Void, possibly
others) are unable to build 0.5.1. 0.6.1 includes the fix, hence the
update.

Merge pending freesig/shade_runner#21.
@gentoid
Copy link

gentoid commented Aug 20, 2019

Waiting for this PR and freesig/shade_runner#21 being merged. For now I'm using this workaround

[patch.crates-io]
"vulkano" = { git = "https://github.com/vulkano-rs/vulkano.git", rev = "0a8944362a176885d13a84a1ea5a0e3d9b09b706" }
"vulkano-win" = { git = "https://github.com/vulkano-rs/vulkano.git", rev = "0a8944362a176885d13a84a1ea5a0e3d9b09b706" }
"vulkano-shaders" = { git = "https://github.com/vulkano-rs/vulkano.git", rev = "0a8944362a176885d13a84a1ea5a0e3d9b09b706" }
"vk-sys" = { git = "https://github.com/vulkano-rs/vulkano.git", rev = "0a8944362a176885d13a84a1ea5a0e3d9b09b706" }

@mitchmindtree mitchmindtree merged commit af7f203 into nannou-org:master Aug 20, 2019
@mitchmindtree mitchmindtree deleted the shaderc_update branch August 20, 2019 14:12
mitchmindtree added a commit to mitchmindtree/nannou that referenced this pull request Sep 17, 2019
The main features of this version are:

- Integrate lyon! Fixes many 2D bugs and adds a `Path` API. nannou-org#375
- Add a `text` module and `draw.text("foo")` API. nannou-org#388
- Adds a `notosans` feature to guarantee a default, fallback font.
- Many new examples have been added and old ones improved. nannou-org#394 nannou-org#391
- Fixes a bug where shaderc would not build on some linux distros. nannou-org#386
- Fixes a bug where `app.draw()` couldn't be used in multiple windows.

Feel free to check out the CHANGELOG for some more details!
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