add to script

pull/6/head
kud1ing 10 years ago
parent b927afbd03
commit 386053b2c2

@ -96,9 +96,9 @@ Only projects that are stable and useful to users are added. Projects that do no
### Game development
* [bbodi/rust-voxlap](https://github.com/bbodi/rust-voxlap) — [Voxlap](http://advsys.net/ken/voxlap.htm) bindings
* [PistonDevelopers/piston](https://github.com/pistondevelopers/piston) — [<img src="https://travis-ci.org/PistonDevelopers/piston.svg?branch=master">](https://travis-ci.org/PistonDevelopers/piston)
* [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) — [Allegro 5](http://liballeg.org/) bindings [<img src="https://travis-ci.org/SiegeLord/RustAllegro.svg?branch=master">](https://travis-ci.org/SiegeLord/RustAllegro)
* [Rust-Voxlap](https://github.com/bbodi/rust-voxlap) - [Voxlap](http://advsys.net/ken/voxlap.htm) bindings
### Games
@ -167,4 +167,4 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/)
* [Rust by Example](http://rustbyexample.com/)
* [Rust CI](http://www.rust-ci.org) — a [Travis CI](https://travis-ci.com) dashboard for Rust projects
* [Rust Guidelines](http://aturon.github.io)
* [Rust Guidelines](http://aturon.github.io)

@ -19,6 +19,10 @@ def md_link(name, url):
"""
DATA = \
{
'bbodi/rust-voxlap': {
"url": 'https://github.com/bbodi/rust-voxlap',
"descr": md_link('Voxlap', 'http://advsys.net/ken/voxlap.htm') + ' bindings',
},
'tomaka/glutin': {
"url": 'https://github.com/tomaka/glutin',
"descr": 'Rust alternative to ' + md_link('GLFW', 'http://www.glfw.org/'),
@ -620,6 +624,7 @@ entry( ' * ', 'netvl/rust-xml', rows_stable, rows_unstable )
entry( ' * ', 'Ygg01/xml-air', rows_stable, rows_unstable )
add( '\n### Game development\n', rows_stable, rows_unstable )
entry( '* ', 'bbodi/rust-voxlap', rows_stable, rows_unstable )
entry( '* ', 'bjz/bullet-rs', rows_stable, rows_unstable )
entry( '* ', 'JeremyLetang/rustenstein3D', rows_stable, rows_unstable )
entry( '* ', 'PistonDevelopers/piston', rows_stable, rows_unstable )

Loading…
Cancel
Save