mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Merge pull request #241 from tomaka/add-webgl
Add WebGL in the APIs list
This commit is contained in:
@@ -107,6 +107,8 @@ pub enum Api {
|
||||
OpenGl,
|
||||
/// OpenGL embedded system. Available on Linux, Android.
|
||||
OpenGlEs,
|
||||
/// OpenGL for the web. Very similar to OpenGL ES.
|
||||
WebGl,
|
||||
}
|
||||
|
||||
#[derive(Debug, Copy)]
|
||||
|
||||
Reference in New Issue
Block a user