Detach wgl and win32
This commit is contained in:
parent
b72ac990e6
commit
ea17038ac2
7 changed files with 531 additions and 427 deletions
|
|
@ -1,12 +0,0 @@
|
|||
/// WGL bindings
|
||||
pub mod wgl {
|
||||
include!(concat!(env!("OUT_DIR"), "/wgl_bindings.rs"));
|
||||
}
|
||||
|
||||
/// Functions that are not necessarly always available
|
||||
pub mod wgl_extra {
|
||||
include!(concat!(env!("OUT_DIR"), "/wgl_extra_bindings.rs"));
|
||||
}
|
||||
|
||||
#[link(name = "opengl32")]
|
||||
extern {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue