mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-15 00:27:39 +00:00
adjust
This commit is contained in:
parent
279346a64d
commit
4a4c7805ef
2 changed files with 3 additions and 3 deletions
|
@ -114,7 +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)
|
||||
* [jeremyletang/rust-sfml](https://github.com/JeremyLetang/rust-sfml) — [<img src="https://travis-ci.org/jeremyletang/rust-sfml.svg?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
|
||||
|
|
|
@ -374,8 +374,8 @@ DATA = \
|
|||
},
|
||||
"jeremyletang/rust-sfml": {
|
||||
"url": "https://github.com/JeremyLetang/rust-sfml",
|
||||
"travis_url": "https://travis-ci.org/JeremyLetang/rust-sfml",
|
||||
"travis_badge": "https://travis-ci.org/jeremyletang/rust_sfml.png?branch=master",
|
||||
"travis_url": "https://travis-ci.org/jeremyLetang/rust-sfml",
|
||||
"travis_badge": "https://travis-ci.org/jeremyletang/rust-sfml.svg?branch=master",
|
||||
},
|
||||
"SiegeLord/RustAllegro": {
|
||||
"url": "https://github.com/SiegeLord/RustAllegro",
|
||||
|
|
Loading…
Reference in a new issue