Replies: 1 comment
-
We are aware of the issue that the compilation can be slow. There is a tracking issue: #4082 |
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
-
Hi!
I recently started using Slint, but I noticed that compilation in debug and especially release mode takes up a very long time, even if only one component is being used.
Is there any way to speed up the compilation process like caching builds like Cargo does?
Or are there any recommendations to consider when structuring a Slint project? Putting everything in one file and using the Slint macro everywhere is clearly no option at as a growing codebase with everything in one file gets really messy after the third component.
My
build.rs
:My
src/main.rs
:Beta Was this translation helpful? Give feedback.
All reactions