mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 11:53:06 +00:00
stable
This commit is contained in:
parent
c0cce5e910
commit
17c10a9f25
3 changed files with 8 additions and 8 deletions
|
@ -107,6 +107,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
|
||||
### Games
|
||||
|
||||
* [Coeuvre/rust-2048](https://github.com/Coeuvre/rust-2048)
|
||||
* [lifthrasiir/angolmois-rust](https://github.com/lifthrasiir/angolmois-rust) — a minimalistic music video game which supports the BMS format [<img src="https://travis-ci.org/lifthrasiir/angolmois-rust.svg?branch=master">](https://travis-ci.org/lifthrasiir/angolmois-rust)
|
||||
|
||||
### GUI
|
||||
|
@ -118,6 +119,9 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
* ncurses
|
||||
* [jeaye/ncurses-rs](https://github.com/jeaye/ncurses-rs) — [<img src="https://travis-ci.org/jeaye/ncurses-rs.svg?branch=master">](https://travis-ci.org/jeaye/ncurses-rs)
|
||||
* OpenGL
|
||||
* [bjz/gl-rs](https://github.com/bjz/gl-rs)
|
||||
* [bjz/glfw-rs](https://github.com/bjz/glfw-rs)
|
||||
* [servo/rust-glut](https://github.com/mozilla-servo/rust-glut)
|
||||
* [tomaka/glutin](https://github.com/tomaka/glutin) — Rust alternative to [GLFW](http://www.glfw.org/) [<img src="https://travis-ci.org/tomaka/glutin.svg?branch=master">](https://travis-ci.org/tomaka/glutin)
|
||||
* SDL
|
||||
* [AngryLawyer/rust-sdl2](https://github.com/AngryLawyer/rust-sdl2) — [SDL2](http://www.libsdl.org/) bindings [<img src="https://travis-ci.org/AngryLawyer/rust-sdl2.svg?branch=master">](https://travis-ci.org/AngryLawyer/rust-sdl2)
|
||||
|
|
|
@ -85,7 +85,6 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
|||
* [Arcterus/rust-snake](https://github.com/Arcterus/rust-snake)
|
||||
* [bachm/rusty-tetris](https://github.com/bachm/rusty-tetris)
|
||||
* [bvssvni/rust-snake](https://github.com/bvssvni/rust-snake)
|
||||
* [Coeuvre/rust-2048](https://github.com/Coeuvre/rust-2048)
|
||||
* [Coeuvre/rust-pong](https://github.com/Coeuvre/rust-pong)
|
||||
* [dpc/rustyhex](https://github.com/dpc/rustyhex)
|
||||
* [FrozenCow/rust-airhockey](https://github.com/FrozenCow/rust-airhockey)
|
||||
|
@ -101,9 +100,6 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
|||
* Gtk+
|
||||
* ncurses
|
||||
* OpenGL
|
||||
* [bjz/gl-rs](https://github.com/bjz/gl-rs)
|
||||
* [bjz/glfw-rs](https://github.com/bjz/glfw-rs)
|
||||
* [servo/rust-glut](https://github.com/mozilla-servo/rust-glut)
|
||||
* [servo/rust-opengles](https://github.com/servo/rust-opengles)
|
||||
* SDL
|
||||
* SFML
|
||||
|
|
|
@ -403,7 +403,7 @@ DATA = \
|
|||
},
|
||||
"Coeuvre/rust-2048": {
|
||||
"url": "https://github.com/Coeuvre/rust-2048",
|
||||
"unstable": True
|
||||
"unstable": False
|
||||
},
|
||||
"Coeuvre/rust-pong": {
|
||||
"url": "https://github.com/Coeuvre/rust-pong",
|
||||
|
@ -439,7 +439,7 @@ DATA = \
|
|||
},
|
||||
"bjz/gl-rs": {
|
||||
"url": "https://github.com/bjz/gl-rs",
|
||||
"unstable": True
|
||||
"unstable": False
|
||||
},
|
||||
"servo/rust-opengles": {
|
||||
"url": "https://github.com/servo/rust-opengles",
|
||||
|
@ -456,11 +456,11 @@ DATA = \
|
|||
},
|
||||
"servo/rust-glut": {
|
||||
"url": "https://github.com/mozilla-servo/rust-glut",
|
||||
"unstable": True
|
||||
"unstable": False
|
||||
},
|
||||
"bjz/glfw-rs": {
|
||||
"url": "https://github.com/bjz/glfw-rs",
|
||||
"unstable": True
|
||||
"unstable": False
|
||||
},
|
||||
"jeremyletang/rust-sfml": {
|
||||
"url": "https://github.com/JeremyLetang/rust-sfml",
|
||||
|
|
Loading…
Reference in a new issue