aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32/gl.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-04-24 09:51:23 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-04-24 09:51:23 +0200
commit3ad7f9a58429b02b11b18f6a70ac011f698b6f4b (patch)
tree3061216335701a5faa8bd3c5c9ec0499a357be5a /src/win32/gl.rs
parentc1af76550f311e3da7a08d393b4ea9805cb61a7b (diff)
downloadglutin-3ad7f9a58429b02b11b18f6a70ac011f698b6f4b.tar.gz
glutin-3ad7f9a58429b02b11b18f6a70ac011f698b6f4b.zip
Create reorganization
Diffstat (limited to 'src/win32/gl.rs')
-rw-r--r--src/win32/gl.rs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/win32/gl.rs b/src/win32/gl.rs
deleted file mode 100644
index 1354d95..0000000
--- a/src/win32/gl.rs
+++ /dev/null
@@ -1,12 +0,0 @@
-/// WGL bindings
-pub mod wgl {
- include!(concat!(env!("OUT_DIR"), "/wgl_bindings.rs"));
-}
-
-/// Functions that are not necessarly always available
-pub mod wgl_extra {
- include!(concat!(env!("OUT_DIR"), "/wgl_extra_bindings.rs"));
-}
-
-#[link(name = "opengl32")]
-extern {}