mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-27 11:44:52 -05:00
adjust
This commit is contained in:
parent
47ac27e3bc
commit
8899023bbc
3 changed files with 2 additions and 2 deletions
|
@ -142,6 +142,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
|
||||
### Mobile
|
||||
|
||||
* [tomaka/android-rs-glue](https://github.com/tomaka/android-rs-glue) — glue between Rust and Android [<img src="https://travis-ci.org/tomaka/android-rs-glue.svg?branch=master">](https://travis-ci.org/tomaka/android-rs-glue)
|
||||
|
||||
### Network programming
|
||||
|
||||
|
|
|
@ -114,7 +114,6 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
|||
|
||||
### Mobile
|
||||
|
||||
* [tomaka/android-rs-glue](https://github.com/tomaka/android-rs-glue) — glue between Rust and Android [<img src="https://travis-ci.org/tomaka/android-rs-glue.svg?branch=master">](https://travis-ci.org/tomaka/android-rs-glue)
|
||||
|
||||
### Network programming
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ DATA = \
|
|||
"descr": 'glue between Rust and Android',
|
||||
"travis_url": 'https://travis-ci.org/tomaka/android-rs-glue',
|
||||
"travis_badge": 'https://travis-ci.org/tomaka/android-rs-glue.svg?branch=master',
|
||||
"unstable": True
|
||||
"unstable": False
|
||||
},
|
||||
'TyOverby/bincode': {
|
||||
"url": 'https://github.com/TyOverby/bincode',
|
||||
|
|
Loading…
Reference in a new issue