Replies: 2 comments 1 reply
-
Hmm, one thing that I see missing is that you’re not enabling any features in the Slint crate. You might need at least „compat-1-2“ and „software-renderer“, possibly more. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The issue was that the So I added this to my Carg.toml:
And now I can at least compile. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey,
I am currently trying to use slint with epdiy. Since I don't want to use C I created a project as described here: https://github.com/esp-rs/esp-idf-template/blob/master/README-cmake.md and then I added slint to the inner rust project now I can't compile anymore. I get lots of errors that transitive dependencies could not be built. Like this:
I added the slint dependencies as described here:
https://docs.slint.dev/latest/docs/slint/guide/platforms/embedded/
But I am not sure whether this can work ATM. Can I even apply the #[mcu_board_support::entry] in this setup?
I wanted to use the software renderer to write into a simple buffer (similar to this but no_std). Everything from threre on already works.
My current status: https://gitlab.com/loers/epdiy-rs-example
Has anyone ideas what I am missing or if this is even possible currently?
Beta Was this translation helpful? Give feedback.
All reactions