From ed69e1fc198d4cbea340ed337d720403e3881b4a Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sun, 12 Oct 2014 18:30:35 +0200 Subject: [PATCH] descr --- UNSTABLE.md | 2 +- generate_markdown_files.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/UNSTABLE.md b/UNSTABLE.md index 9141327..7133744 100644 --- a/UNSTABLE.md +++ b/UNSTABLE.md @@ -72,7 +72,7 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful * [sebcrozet/kiss3d](https://github.com/sebcrozet/kiss3d) * [sebcrozet/ncollide](https://github.com/sebcrozet/ncollide) * [sebcrozet/nphysics](https://github.com/sebcrozet/nphysics) -* [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) — [](https://travis-ci.org/SiegeLord/RustAllegro) +* [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) — [Allegro 5](http://liballeg.org/) bindings [](https://travis-ci.org/SiegeLord/RustAllegro) ### Games diff --git a/generate_markdown_files.py b/generate_markdown_files.py index 9725829..d2c99a5 100644 --- a/generate_markdown_files.py +++ b/generate_markdown_files.py @@ -383,6 +383,7 @@ DATA = \ }, "SiegeLord/RustAllegro": { "url": "https://github.com/SiegeLord/RustAllegro", + "descr": md_link('Allegro 5', 'http://liballeg.org/') + " bindings", "travis_url": "https://travis-ci.org/SiegeLord/RustAllegro", "travis_badge": "https://travis-ci.org/SiegeLord/RustAllegro.svg?branch=master", "unstable": True