diff --git a/README.md b/README.md
index 7c52774..e4194d0 100644
--- a/README.md
+++ b/README.md
@@ -107,6 +107,7 @@ Only projects that are stable and useful to users are added. Projects that do no
### Games
+* [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 [
](https://travis-ci.org/lifthrasiir/angolmois-rust)
### GUI
@@ -118,6 +119,9 @@ Only projects that are stable and useful to users are added. Projects that do no
* ncurses
* [jeaye/ncurses-rs](https://github.com/jeaye/ncurses-rs) — [
](https://travis-ci.org/jeaye/ncurses-rs)
* OpenGL
+ * [bjz/gl-rs](https://github.com/bjz/gl-rs)
+ * [bjz/glfw-rs](https://github.com/bjz/glfw-rs)
+ * [servo/rust-glut](https://github.com/mozilla-servo/rust-glut)
* [tomaka/glutin](https://github.com/tomaka/glutin) — Rust alternative to [GLFW](http://www.glfw.org/) [
](https://travis-ci.org/tomaka/glutin)
* SDL
* [AngryLawyer/rust-sdl2](https://github.com/AngryLawyer/rust-sdl2) — [SDL2](http://www.libsdl.org/) bindings [
](https://travis-ci.org/AngryLawyer/rust-sdl2)
diff --git a/UNSTABLE.md b/UNSTABLE.md
index 9eec0fa..3d2e4b8 100644
--- a/UNSTABLE.md
+++ b/UNSTABLE.md
@@ -85,7 +85,6 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
* [Arcterus/rust-snake](https://github.com/Arcterus/rust-snake)
* [bachm/rusty-tetris](https://github.com/bachm/rusty-tetris)
* [bvssvni/rust-snake](https://github.com/bvssvni/rust-snake)
-* [Coeuvre/rust-2048](https://github.com/Coeuvre/rust-2048)
* [Coeuvre/rust-pong](https://github.com/Coeuvre/rust-pong)
* [dpc/rustyhex](https://github.com/dpc/rustyhex)
* [FrozenCow/rust-airhockey](https://github.com/FrozenCow/rust-airhockey)
@@ -101,9 +100,6 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
* Gtk+
* ncurses
* OpenGL
- * [bjz/gl-rs](https://github.com/bjz/gl-rs)
- * [bjz/glfw-rs](https://github.com/bjz/glfw-rs)
- * [servo/rust-glut](https://github.com/mozilla-servo/rust-glut)
* [servo/rust-opengles](https://github.com/servo/rust-opengles)
* SDL
* SFML
diff --git a/generate_markdown_files.py b/generate_markdown_files.py
index 64d216e..a296b11 100644
--- a/generate_markdown_files.py
+++ b/generate_markdown_files.py
@@ -403,7 +403,7 @@ DATA = \
},
"Coeuvre/rust-2048": {
"url": "https://github.com/Coeuvre/rust-2048",
- "unstable": True
+ "unstable": False
},
"Coeuvre/rust-pong": {
"url": "https://github.com/Coeuvre/rust-pong",
@@ -439,7 +439,7 @@ DATA = \
},
"bjz/gl-rs": {
"url": "https://github.com/bjz/gl-rs",
- "unstable": True
+ "unstable": False
},
"servo/rust-opengles": {
"url": "https://github.com/servo/rust-opengles",
@@ -456,11 +456,11 @@ DATA = \
},
"servo/rust-glut": {
"url": "https://github.com/mozilla-servo/rust-glut",
- "unstable": True
+ "unstable": False
},
"bjz/glfw-rs": {
"url": "https://github.com/bjz/glfw-rs",
- "unstable": True
+ "unstable": False
},
"jeremyletang/rust-sfml": {
"url": "https://github.com/JeremyLetang/rust-sfml",