mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 06:41:31 +11:00
Add WebGL in the APIs list
This commit is contained in:
parent
5611a32513
commit
48ab960176
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue