This commit is contained in:
kud1ing 2014-10-12 13:39:43 +02:00
parent 4d42b641e6
commit 2702c63860
3 changed files with 3 additions and 2 deletions

View file

@ -96,6 +96,7 @@ Only projects that are stable and useful to users are added. Projects that do no
### Game development
* [PistonDevelopers/piston](https://github.com/pistondevelopers/piston) — [<img src="https://travis-ci.org/PistonDevelopers/piston.svg?branch=master">](https://travis-ci.org/PistonDevelopers/piston)
### Games

View file

@ -69,7 +69,6 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
* [bjz/bullet-rs](https://github.com/bjz/bullet-rs)
* [JeremyLetang/rustenstein3D](https://github.com/JeremyLetang/rustenstein3D/) — a raycasting engine in rust
* [PistonDevelopers/piston](https://github.com/pistondevelopers/piston)
* [sebcrozet/kiss3d](https://github.com/sebcrozet/kiss3d)
* [sebcrozet/ncollide](https://github.com/sebcrozet/ncollide)
* [sebcrozet/nphysics](https://github.com/sebcrozet/nphysics)

View file

@ -358,7 +358,8 @@ DATA = \
},
"PistonDevelopers/piston": {
"url": "https://github.com/pistondevelopers/piston",
"unstable": True
"travis_url": "https://travis-ci.org/PistonDevelopers/piston",
"travis_badge": "https://travis-ci.org/PistonDevelopers/piston.svg?branch=master",
},
"sebcrozet/kiss3d": {
"url": "https://github.com/sebcrozet/kiss3d",