mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-13 23:57:07 +00:00
adjust
This commit is contained in:
parent
81cebb1a09
commit
58c2ecf164
3 changed files with 3 additions and 2 deletions
|
@ -37,6 +37,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
|
||||
* [Coeuvre/rust-2048](https://github.com/Coeuvre/rust-2048)
|
||||
* [lifthrasiir/angolmois-rust](https://github.com/lifthrasiir/angolmois-rust) — a minimalistic music video game which supports the BMS format [<img src="https://travis-ci.org/lifthrasiir/angolmois-rust.svg?branch=master">](https://travis-ci.org/lifthrasiir/angolmois-rust)
|
||||
|
||||
## Frameworks
|
||||
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
|||
* [ozkriff/marauder](https://github.com/ozkriff/marauder)
|
||||
* [rlane/cubeland](https://github.com/rlane/cubeland)
|
||||
* [zokier/pong-rs](https://github.com/zokier/pong-rs)
|
||||
|
||||
## Frameworks
|
||||
|
||||
|
||||
|
|
|
@ -689,8 +689,7 @@ entry( '* ', 'ozkriff/marauder', rows_stable, rows_unstable )
|
|||
entry( '* ', 'rlane/cubeland', rows_stable, rows_unstable )
|
||||
entry( '* ', 'zokier/pong-rs', rows_stable, rows_unstable )
|
||||
|
||||
|
||||
add( '## Frameworks\n', rows_stable, rows_unstable )
|
||||
add( '\n## Frameworks\n', rows_stable, rows_unstable )
|
||||
|
||||
add( '\n### Audio\n', rows_stable, rows_unstable )
|
||||
entry( '* ', 'bjz/openal-rs', rows_stable, rows_unstable )
|
||||
|
|
Loading…
Reference in a new issue