Update for Rustc
This commit is contained in:
parent
230b0dd9ed
commit
a79bc34807
2 changed files with 5 additions and 4 deletions
|
|
@ -83,6 +83,7 @@ impl std::error::Error for CreationError {
|
|||
}
|
||||
|
||||
/// All APIs related to OpenGL that you can possibly get while using glutin.
|
||||
#[deriving(Show, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum Api {
|
||||
/// The classical OpenGL. Available on Windows, Linux, OS/X.
|
||||
OpenGl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue