diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ pub trait GlContext { #[derive(Clone, Debug, PartialEq, Eq)] pub enum CreationError { OsError(String), + /// TODO: remove this error NotSupported, RobustnessNotSupported, OpenGlVersionNotSupported, |