aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index eefd8e0..da2e83d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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)]