|
|
|
|
|
by steveklabnik
3698 days ago
|
|
Servo relies on a specific version of Rust, and Mach helps with that. Cargo isn't a general build system, it builds Rust code. I use Make to drive Cargo for my OS project, because I use nasm to build the asm and Cargo to build the Rust, for example. |
|