mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
Fix android API
This commit is contained in:
@@ -65,7 +65,7 @@ impl HeadlessContext {
|
||||
}
|
||||
|
||||
pub fn get_api(&self) -> ::Api {
|
||||
::Api::OpenGl
|
||||
::Api::OpenGlEs
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user