Merge pull request #241 from tomaka/add-webgl

Add WebGL in the APIs list
This commit is contained in:
tomaka 2015-01-30 21:07:20 +01:00
commit be092183a6

View file

@ -107,6 +107,8 @@ pub enum Api {
OpenGl, OpenGl,
/// OpenGL embedded system. Available on Linux, Android. /// OpenGL embedded system. Available on Linux, Android.
OpenGlEs, OpenGlEs,
/// OpenGL for the web. Very similar to OpenGL ES.
WebGl,
} }
#[derive(Debug, Copy)] #[derive(Debug, Copy)]