diff options
author | Glenn Watson <gw@intuitionlibrary.com> | 2015-01-19 11:59:34 +1000 |
---|---|---|
committer | Glenn Watson <gw@intuitionlibrary.com> | 2015-01-19 11:59:34 +1000 |
commit | 213f8b85346fda29fa18d03333ca9075b3a74707 (patch) | |
tree | 70534d46cd377ef393571bd84a449b4e6d7d0044 /src | |
parent | fd5e77f23e18c131fe2ae20ec3aad10394a7dbc0 (diff) | |
download | glutin-213f8b85346fda29fa18d03333ca9075b3a74707.tar.gz glutin-213f8b85346fda29fa18d03333ca9075b3a74707.zip |
Fix android API
Diffstat (limited to 'src')
-rw-r--r-- | src/android/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/mod.rs b/src/android/mod.rs index 62714dc..bde2417 100644 --- a/src/android/mod.rs +++ b/src/android/mod.rs @@ -65,7 +65,7 @@ impl HeadlessContext { } pub fn get_api(&self) -> ::Api { - ::Api::OpenGl + ::Api::OpenGlEs } } |