1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-27 11:44:52 -05:00
This commit is contained in:
kud1ing 2014-12-13 10:41:07 +01:00
parent 47ac27e3bc
commit 8899023bbc
3 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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',