mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-03 05:10:17 +02:00
add Build system
This commit is contained in:
parent
9ceeedcb6c
commit
dab5d4fc61
@ -7,6 +7,7 @@ Only projects that are more than a prototype should be added. Projects that do n
|
||||
- [Awesome Rust](#awesome-rust)
|
||||
- [Code](#code)
|
||||
- [Audio](#audio)
|
||||
- [Build system](#build-system)
|
||||
- [Compression](#compression)
|
||||
- [Computation](#computation)
|
||||
- [Cryptography](#cryptography)
|
||||
@ -26,6 +27,14 @@ Only projects that are more than a prototype should be added. Projects that do n
|
||||
* [JeremyLetang/rust-portaudio](https://github.com/JeremyLetang/rust-portaudio) — [PortAudio](http://www.portaudio.com/) bindings [<img src="https://travis-ci.org/jeremyletang/rust-portaudio.png?branch=master">](https://travis-ci.org/JeremyLetang/rust-portaudio)
|
||||
* [musitdev/rust-portmidi](https://github.com/musitdev/rust-portmidi) — [PortMidi](http://portmedia.sourceforge.net/portmidi/) bindings [<img src="https://travis-ci.org/musitdev/rust-portmidi.png?branch=master">](https://travis-ci.org/musitdev/rust-portmidi)
|
||||
|
||||
### Build system
|
||||
|
||||
* [Cargo](http://crates.io) — the Rust package manager
|
||||
* CMake
|
||||
* [SiegeLord/RustCMake)](https://github.com/SiegeLord/RustCMake) — [<img src="https://travis-ci.org/SiegeLord/RustCMakepng?branch=master">](https://travis-ci.org/SiegeLord/RustCMake)
|
||||
* Make
|
||||
* [PistonDevelopers/rust-empty](https://github.com/PistonDevelopers/rust-empty) — a Makefile to get started with Rust
|
||||
|
||||
### Compression
|
||||
|
||||
* [lifthrasiir/rust-zip](https://github.com/lifthrasiir/rust-zip) — read and write ZIP archives [<img src="https://travis-ci.org/lifthrasiir/rust-zip.png?branch=master">](https://travis-ci.org/lifthrasiir/rust-zip)
|
||||
|
Loading…
Reference in New Issue
Block a user