Simon Hausmann
Simon Hausmann
Thanks for the report. What you describe sounds similar to #5089 . By any chance, are you using a Korean edition of Windows?
How do you compute `animated`? Are you sure that it's true?
I wonder what "taking them into account" would look like anyway. All constraints simply merged? But even if the above would generate an error ("not currently supported") instead of panic...
At the moment, static linking is not supported for C++ builds. I think that this would be a desirable feature of the build system to support in the future. It's...
Yes, creating the `.a` file is easy, cargo does that for us. But there are system libraries that `libslint_cpp.so` links against, say `libfreetype.so.2` when using Skia. When creating `libslint_cpp.so`, cargo...
Interesting idea to compile twice. CMake even has a function for it : https://cmake.org/cmake/help/latest/command/file.html#get-runtime-dependencies
As per https://github.com/slint-ui/slint/discussions/3376#discussioncomment-6860995 at least with Rust and static linking I see sizes around 2.6-3-6MiB for a hello world. I'm not sure why you see a ~10MiB size.
> Also found that here's a --print=native-static-libs arg in rustc, this can provide essential information for us. I don't know of a way to invoke this and get all transitive...
> It seems unlikely that there would be a font that supports glyphs in the Emoticons code block in black and white without the color versions. That is the case...
I've marked this as a wasp-specific bug. It's less about the rendering side than about our font support and default font choices. #2563 is also related here, or affected by...