Skip to content

Commit

Permalink
Merge pull request #32 from larsbergstrom/explicit_versions
Browse files Browse the repository at this point in the history
Depend on specific versions
  • Loading branch information
emilio committed Oct 14, 2015
2 parents 5b4bd59 + c52c035 commit 11b10d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ repository = "https://github.com/ecoal95/rust-offscreen-rendering-context"
build = "build.rs"

[build-dependencies]
gl_generator = "*"
khronos_api = "*"
gl_generator = "0.0.28"
khronos_api = "0.0.8"

[features]
texture_surface = ["layers"]
Expand Down
3 changes: 2 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fn main() {
gl_generator::registry::Ns::Egl,
gl_generator::Fallbacks::All,
khronos_api::EGL_XML, vec![],
"1.5", "core", &mut file).unwrap();
"1.4", "core", &mut file).unwrap();
println!("cargo:rustc-link-lib=EGL");
}
}

0 comments on commit 11b10d4

Please sign in to comment.