This commit is contained in:
kud1ing 2014-10-12 13:41:06 +02:00
parent 2702c63860
commit cfca911923
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ Only projects that are stable and useful to users are added. Projects that do no
* 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
* [gchp/rustbox](https://github.com/gchp/rustbox) — a Rust implementation of [termbox](http://github.com/nsf/termbox)
* wxWidgets
### Image processing

View file

@ -212,7 +212,7 @@ DATA = \
},
"gchp/rustbox": {
"url": "https://github.com/gchp/rustbox",
"descr": "a Rust implementation of " + md_link('termbox', '') + " http://github.com/nsf/termbox"
"descr": "a Rust implementation of " + md_link('termbox', 'http://github.com/nsf/termbox')
},
"erickt/rust-zmq": {
"url": "https://github.com/erickt/rust-zmq",