1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-08-14 22:23:35 -04:00
This commit is contained in:
kud1ing 2014-10-12 13:29:05 +02:00
parent cd303ca367
commit 279346a64d
3 changed files with 55 additions and 54 deletions

View file

@ -114,6 +114,7 @@ Only projects that are stable and useful to users are added. Projects that do no
* [AngryLawyer/rust-sdl2](https://github.com/AngryLawyer/rust-sdl2) — [SDL2](http://www.libsdl.org/) bindings [<img src="https://travis-ci.org/AngryLawyer/rust-sdl2.png?branch=master">](https://travis-ci.org/AngryLawyer/rust-sdl2)
* [brson/rust-sdl](https://github.com/brson/rust-sdl) — [SDL1](http://www.libsdl.org/) bindings [<img src="https://travis-ci.org/brson/rust-sdl.png?branch=master">](https://travis-ci.org/brson/rust-sdl)
* SFML
* [jeremyletang/rust-sfml](https://github.com/JeremyLetang/rust-sfml) — [<img src="https://travis-ci.org/jeremyletang/rust_sfml.png?branch=master">](https://travis-ci.org/JeremyLetang/rust-sfml)
* Termbox
* [gchp/rustbox](https://github.com/gchp/rustbox) — a Rust implementation of [termbox]() http://github.com/nsf/termbox
* wxWidgets

View file

@ -103,7 +103,6 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
* [servo/rust-opengles](https://github.com/servo/rust-opengles)
* SDL
* SFML
* [jeremyletang/rust-sfml](https://github.com/JeremyLetang/rust-sfml)
* Termbox
* wxWidgets
* [kenz-gelsoft/wxRust](https://github.com/kenz-gelsoft/wxRust) — [wxWidgets](http://www.wxwidgets.org/) bindings [<img src="https://travis-ci.org/kenz-gelsoft/wxRust.png?branch=master">](https://travis-ci.org/kenz-gelsoft/wxRust)

View file

@ -374,7 +374,8 @@ DATA = \
},
"jeremyletang/rust-sfml": {
"url": "https://github.com/JeremyLetang/rust-sfml",
"unstable": True
"travis_url": "https://travis-ci.org/JeremyLetang/rust-sfml",
"travis_badge": "https://travis-ci.org/jeremyletang/rust_sfml.png?branch=master",
},
"SiegeLord/RustAllegro": {
"url": "https://github.com/SiegeLord/RustAllegro",