Skip to content

Commit 0472c00

Browse files
committed
Lock bundled SDL2 builds to 2.0.5
1 parent 14ead0b commit 0472c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdl2-sys/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ use std::path::{Path, PathBuf};
2020
use std::{io, fs, env};
2121

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

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

2828
#[cfg(feature = "bindgen")]
2929
macro_rules! add_msvc_includes_to_bindings {

0 commit comments

Comments
 (0)