aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-07-20 19:43:36 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-07-20 19:43:36 +0200
commit7fe828bed3c1e01c0868d83eada0f2f36209c989 (patch)
tree7ba2cf8fbc9ebd9acb1f7854ee4bfef7a5028a44 /src/lib.rs
parent57a1d546e7ea80731a20f0771676f66f0cf595f9 (diff)
downloadglutin-7fe828bed3c1e01c0868d83eada0f2f36209c989.tar.gz
glutin-7fe828bed3c1e01c0868d83eada0f2f36209c989.zip
Add smaall TODO
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9b45ae9..9821c9f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -108,6 +108,7 @@ pub trait GlContext {
#[derive(Clone, Debug, PartialEq, Eq)]
pub enum CreationError {
OsError(String),
+ /// TODO: remove this error
NotSupported,
RobustnessNotSupported,
OpenGlVersionNotSupported,