diff --git a/README.md b/README.md
index 576341c..7ae0220 100644
--- a/README.md
+++ b/README.md
@@ -365,11 +365,19 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
### Game development
-* [bbodi/rust-voxlap](https://github.com/bbodi/rust-voxlap) — [Voxlap](http://advsys.net/ken/voxlap.htm) bindings
-* [lucidscape/corange-rs](https://github.com/lucidscape/corange-rs) — [Corange](https://github.com/orangeduck/Corange) bindings
-* [Piston](http://www.piston.rs) — [
](https://travis-ci.org/PistonDevelopers/piston)
-* [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) — [Allegro 5](http://liballeg.org/) bindings [
](https://travis-ci.org/SiegeLord/RustAllegro)
-
+* Allegro
+ * [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) — [Allegro 5](http://liballeg.org/) bindings [
](https://travis-ci.org/SiegeLord/RustAllegro)
+* Corange
+ * [lucidscape/corange-rs](https://github.com/lucidscape/corange-rs) — [Corange](https://github.com/orangeduck/Corange) bindings
+* Piston
+ * [Piston](http://www.piston.rs) — [
](https://travis-ci.org/PistonDevelopers/piston)
+* SDL [[sdl](https://crates.io/keywords/sdl)]
+ * [AngryLawyer/rust-sdl2](https://github.com/AngryLawyer/rust-sdl2) — [SDL2](http://www.libsdl.org/) bindings [
](https://travis-ci.org/AngryLawyer/rust-sdl2)
+ * [brson/rust-sdl](https://github.com/brson/rust-sdl) — [SDL1](http://www.libsdl.org/) bindings [
](https://travis-ci.org/brson/rust-sdl)
+* SFML
+ * [jeremyletang/rust-sfml](https://github.com/jeremyletang/rust-sfml) — [SFML](http://www.sfml-dev.org/) bindings [
](https://travis-ci.org/jeremyletang/rust-sfml)
+* Voxlap
+ * [bbodi/rust-voxlap](https://github.com/bbodi/rust-voxlap) — [Voxlap](http://advsys.net/ken/voxlap.htm) bindings
### Geospatial
@@ -399,11 +407,6 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
* [tomaka/glutin](https://github.com/tomaka/glutin) — Rust alternative to [GLFW](http://www.glfw.org/) [
](https://travis-ci.org/tomaka/glutin)
* Qt
* [cyndis/qmlrs](https://github.com/cyndis/qmlrs) — [QtQuick](http://doc.qt.io) bindings [
](https://travis-ci.org/cyndis/qmlrs)
-* SDL [[sdl](https://crates.io/keywords/sdl)]
- * [AngryLawyer/rust-sdl2](https://github.com/AngryLawyer/rust-sdl2) — [SDL2](http://www.libsdl.org/) bindings [
](https://travis-ci.org/AngryLawyer/rust-sdl2)
- * [brson/rust-sdl](https://github.com/brson/rust-sdl) — [SDL1](http://www.libsdl.org/) bindings [
](https://travis-ci.org/brson/rust-sdl)
-* SFML
- * [jeremyletang/rust-sfml](https://github.com/jeremyletang/rust-sfml) — [SFML](http://www.sfml-dev.org/) bindings [
](https://travis-ci.org/jeremyletang/rust-sfml)
* Termbox
* [gchp/rustbox](https://github.com/gchp/rustbox) — a Rust implementation of [termbox](https://github.com/nsf/termbox) [
](https://travis-ci.org/gchp/rustbox)