Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdl2-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ use std::path::{Path, PathBuf};
use std::{io, fs, env};

// corresponds to the headers that we have in sdl2-sys/SDL2-{version}
const SDL2_HEADERS_BUNDLED_VERSION: &str = "2.0.8";
const SDL2_HEADERS_BUNDLED_VERSION: &str = "2.0.5";

// means the lastest stable version that can be downloaded from SDL2's source
const LASTEST_SDL2_VERSION: &str = "2.0.8";
const LASTEST_SDL2_VERSION: &str = "2.0.5";

#[cfg(feature = "bindgen")]
macro_rules! add_msvc_includes_to_bindings {
Expand Down