Remove most OpenGL stuff and make it compile on win32

This commit is contained in:
Pierre Krieger 2016-02-23 12:56:23 +01:00
parent bd605478d1
commit 10bb03c5f0
20 changed files with 30 additions and 3616 deletions

View file

@ -26,5 +26,5 @@ pub trait WindowBuilderExt {
}
impl<'a> WindowBuilderExt for WindowBuilder<'a> {
impl WindowBuilderExt for WindowBuilder {
}