aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/mod.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-04-24 14:22:57 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-04-24 15:40:17 +0200
commita72e06cf1b8f0e037be8a0e3152b9b0ab9ef2c95 (patch)
tree3577f29635ebd3c1340740eee19250b716400578 /src/api/mod.rs
parent4dee36631c520726179139bd543453ff0f3b78d6 (diff)
downloadglutin-a72e06cf1b8f0e037be8a0e3152b9b0ab9ef2c95.tar.gz
glutin-a72e06cf1b8f0e037be8a0e3152b9b0ab9ef2c95.zip
Reorganize the Linux implementation and split OSMesa and X11
Diffstat (limited to 'src/api/mod.rs')
-rw-r--r--src/api/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/mod.rs b/src/api/mod.rs
index b791880..a99cef7 100644
--- a/src/api/mod.rs
+++ b/src/api/mod.rs
@@ -1,5 +1,6 @@
pub mod android;
pub mod cocoa;
pub mod egl;
+pub mod osmesa;
pub mod win32;
pub mod x11;