mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-07-31 22:02:13 -04: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
|
* 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) — [<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
|
||||||
|
|
||||||
### Image processing
|
### Image processing
|
||||||
|
|
|
@ -212,7 +212,7 @@ DATA = \
|
||||||
},
|
},
|
||||||
"gchp/rustbox": {
|
"gchp/rustbox": {
|
||||||
"url": "https://github.com/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": {
|
"erickt/rust-zmq": {
|
||||||
"url": "https://github.com/erickt/rust-zmq",
|
"url": "https://github.com/erickt/rust-zmq",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue