Remove public exports of gl_common and libc
This commit is contained in:
parent
439d25168e
commit
37262fb228
22 changed files with 29 additions and 52 deletions
|
|
@ -1,5 +1,4 @@
|
|||
#![cfg(target_os = "ios")]
|
||||
use libc::c_void;
|
||||
|
||||
use GlAttributes;
|
||||
use CreationError;
|
||||
|
|
@ -33,7 +32,7 @@ impl HeadlessContext {
|
|||
}
|
||||
|
||||
/// See the docs in the crate root file.
|
||||
pub fn get_proc_address(&self, _addr: &str) -> *const c_void {
|
||||
pub fn get_proc_address(&self, _addr: &str) -> *const () {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue