build: finally fix all features naming

This commit is contained in:
Victor Brekenfeld 2018-11-22 18:21:44 +01:00
parent 9a82de6fae
commit 8824e49b82
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ extern crate gl_generator;
use gl_generator::{Api, Fallbacks, Profile, Registry};
use std::{env, fs::File, path::PathBuf};
#[cfg(any(feature = "backend_egl", feature = "backend_gl"))]
#[cfg(any(feature = "backend_egl", feature = "renderer_gl"))]
fn main() {
let dest = PathBuf::from(&env::var("OUT_DIR").unwrap());