Skip to content

Can't Use Skia Vulkan #7626

Answered by aurexav
aurexav asked this question in Q&A
Discussion options

You must be logged in to vote

I think it's a bug of the build.rs of skia-bindings or skia-safe. It won't clean the registry for a fresh build after modified the features.

I check the directory ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/skia-bindings-0.78.2/skia.

If I build with other feature first. The it won't pull the DEPS file.

After that, I try other feature and the build.rs will start pull the skia with other options. But the skia directory is already there. So the new pull will be rename to skia-xxx.

The solution is clean the .cargo/registry/../skia manually.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aurexav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant