std build-dependencies #7
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rafaelcaricio/lvgl-rs#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm trying to test this out on an embedded target and it's pulling in std due to the build dependencies. How is it supposed to work?
Maybe the problem is I'm using xargo? Not sure.
@sajattack I'm happy you are interested in lvgl-rs. I have to tell you that this library is not ready. It is in very early stage of development. Barely any code was wrote to it so far. I would need help of contributors like yourself to find out how to solve issues like the one you are having. I have personally not tested this crate in a device yet, though I do not use any
stdin the code.https://github.com/rust-lang/cargo/issues/4866
The resolution is to add
-Zfeatures=itarget,build_depwhen compiling.