diff --git a/src/lib.rs b/src/lib.rs index 9b45ae9a..9821c9f7 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,