Replies: 1 comment
-
Yes. I suspect that the rust flags cause a rebuild. Generally, some configurations may require re-compiling skia - as opposed to the default of downloading pre-built versions. You're running into that, and for that your environment needs to be set up to compile Skia. This starts with making a version of Python 3 available in your %PATH%. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
I searched and found that there is rust-skia/rust-skia#1119 where a similar problem was encountered. Mine seems not to have had a permission issue, but the build also failed.
Could this be caused by the renderer-skia component of slint?
.cargo\config.toml
cargo build --release error log:
I have tried using LLVM, but it has had some issues:
Is a Python environment still required when using LLVM for compilation?
Reproducible Code (if applicable)
Environment Details
Product Impact
No response
Beta Was this translation helpful? Give feedback.
All reactions