mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2025-02-17 04:38:25 +00:00
stable
This commit is contained in:
parent
4d42b641e6
commit
2702c63860
3 changed files with 3 additions and 2 deletions
|
@ -96,6 +96,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
||||||
|
|
||||||
### Game development
|
### 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
|
### Games
|
||||||
|
|
||||||
|
|
|
@ -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)
|
* [bjz/bullet-rs](https://github.com/bjz/bullet-rs)
|
||||||
* [JeremyLetang/rustenstein3D](https://github.com/JeremyLetang/rustenstein3D/) — a raycasting engine in rust
|
* [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/kiss3d](https://github.com/sebcrozet/kiss3d)
|
||||||
* [sebcrozet/ncollide](https://github.com/sebcrozet/ncollide)
|
* [sebcrozet/ncollide](https://github.com/sebcrozet/ncollide)
|
||||||
* [sebcrozet/nphysics](https://github.com/sebcrozet/nphysics)
|
* [sebcrozet/nphysics](https://github.com/sebcrozet/nphysics)
|
||||||
|
|
|
@ -358,7 +358,8 @@ DATA = \
|
||||||
},
|
},
|
||||||
"PistonDevelopers/piston": {
|
"PistonDevelopers/piston": {
|
||||||
"url": "https://github.com/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": {
|
"sebcrozet/kiss3d": {
|
||||||
"url": "https://github.com/sebcrozet/kiss3d",
|
"url": "https://github.com/sebcrozet/kiss3d",
|
||||||
|
|
Loading…
Add table
Reference in a new issue