mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-26 13:50:21 +00:00
fix
This commit is contained in:
parent
2702c63860
commit
cfca911923
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue