mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-07-31 22:02:13 -04:00
link
This commit is contained in:
parent
cfca911923
commit
8afe501878
2 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,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.svg?branch=master">](https://travis-ci.org/AngryLawyer/rust-sdl2)
|
* [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)
|
||||||
* [brson/rust-sdl](https://github.com/brson/rust-sdl) — [SDL1](http://www.libsdl.org/) bindings [<img src="https://travis-ci.org/brson/rust-sdl.svg?branch=master">](https://travis-ci.org/brson/rust-sdl)
|
* [brson/rust-sdl](https://github.com/brson/rust-sdl) — [SDL1](http://www.libsdl.org/) bindings [<img src="https://travis-ci.org/brson/rust-sdl.svg?branch=master">](https://travis-ci.org/brson/rust-sdl)
|
||||||
* SFML
|
* 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)
|
* [jeremyletang/rust-sfml](https://github.com/JeremyLetang/rust-sfml) — [SFML](http://www.sfml-dev.org/) bindings [<img src="https://travis-ci.org/jeremyletang/rust-sfml.svg?branch=master">](https://travis-ci.org/jeremyLetang/rust-sfml)
|
||||||
* Termbox
|
* Termbox
|
||||||
* [gchp/rustbox](https://github.com/gchp/rustbox) — a Rust implementation of [termbox](http://github.com/nsf/termbox)
|
* [gchp/rustbox](https://github.com/gchp/rustbox) — a Rust implementation of [termbox](http://github.com/nsf/termbox)
|
||||||
* wxWidgets
|
* wxWidgets
|
||||||
|
|
|
@ -375,6 +375,7 @@ DATA = \
|
||||||
},
|
},
|
||||||
"jeremyletang/rust-sfml": {
|
"jeremyletang/rust-sfml": {
|
||||||
"url": "https://github.com/JeremyLetang/rust-sfml",
|
"url": "https://github.com/JeremyLetang/rust-sfml",
|
||||||
|
"descr": md_link('SFML', 'http://www.sfml-dev.org/') + " bindings",
|
||||||
"travis_url": "https://travis-ci.org/jeremyLetang/rust-sfml",
|
"travis_url": "https://travis-ci.org/jeremyLetang/rust-sfml",
|
||||||
"travis_badge": "https://travis-ci.org/jeremyletang/rust-sfml.svg?branch=master",
|
"travis_badge": "https://travis-ci.org/jeremyletang/rust-sfml.svg?branch=master",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue