slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.58k stars 604 forks source link

Using Path in an embedded project will result in a compilation error. #5092

Closed Song-aff closed 7 months ago

Song-aff commented 7 months ago

When I try to add Path in main.slint, the compilation fails. https://github.com/Song-aff/rs-esp32c3-slint-st7735-demo/tree/update_version

ogoffart commented 7 months ago

Thanks for filling an issue.

What is the actual error? I'm going to bet this is a duplicate of #2026 (which itself is a subset of #223) So i'm going to close this issue as duplicated, assuming that.

Path is not working with the software renderer at the moment (tracked in #4178).