-
First and foremost, I would just like to say you are my lord and savior. However, I am new to rust, and I have a question about where the .fap file is. My cargo workspace is called flipperapp, do I rename the flipperapp binary to flipperapp.fap? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @GitCat3, Glad to hear that this crate has been of use. And yes, that's exactly right - just copy The Happy coding! |
Beta Was this translation helpful? Give feedback.
Hi @GitCat3,
Glad to hear that this crate has been of use. And yes, that's exactly right - just copy
target/thumbv7em-none-eabihf/{debug,release}/flipperapp
toflipperapp.rs
. Unfortunately I haven't found an easy way to rename the file automatically.The
hello-rust
example has some instructions showing how to do everything end-to-end.Happy coding!