This commit is contained in:
kud1ing 2014-10-12 18:29:24 +02:00
parent 6c9d03260e
commit be9dba7eab
2 changed files with 3 additions and 1 deletions

View file

@ -72,7 +72,7 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
* [sebcrozet/kiss3d](https://github.com/sebcrozet/kiss3d)
* [sebcrozet/ncollide](https://github.com/sebcrozet/ncollide)
* [sebcrozet/nphysics](https://github.com/sebcrozet/nphysics)
* [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro)
* [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) — [<img src="https://travis-ci.org/SiegeLord/RustAllegro.svg?branch=master">](https://travis-ci.org/SiegeLord/RustAllegro)
### Games

View file

@ -383,6 +383,8 @@ DATA = \
},
"SiegeLord/RustAllegro": {
"url": "https://github.com/SiegeLord/RustAllegro",
"travis_url": "https://travis-ci.org/SiegeLord/RustAllegro",
"travis_badge": "https://travis-ci.org/SiegeLord/RustAllegro.svg?branch=master",
"unstable": True
},
"bjz/bullet-rs": {