eholk / Boot2Rust

EFI applications in Rust
Other
205 stars 24 forks source link

Cargo? #6

Open Binero opened 9 years ago

Binero commented 9 years ago

Would it be possible to port from Makefiles to Cargo? Cargo should be able to build this now.

eholk commented 9 years ago

It seems like this would be possible with a build.rs script. Using Cargo would be far nicer than my hacked together Makefiles!

Binero commented 9 years ago

I was more thinking of using the Simple Target Specification together with Cargo's ability to have different targets.