Update for rustc and gl-rs
This commit is contained in:
parent
0d0c14e6ec
commit
2ff393fe62
8 changed files with 49 additions and 34 deletions
|
|
@ -18,10 +18,10 @@ pub mod egl {
|
|||
pub type NativeWindowType = super::EGLNativeWindowType;
|
||||
|
||||
generate_gl_bindings! {
|
||||
api: egl,
|
||||
profile: core,
|
||||
version: 1.5,
|
||||
generator: static
|
||||
api: "egl",
|
||||
profile: "core",
|
||||
version: "1.5",
|
||||
generator: "static"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue