We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ead0b commit 0472c00Copy full SHA for 0472c00
sdl2-sys/build.rs
@@ -20,10 +20,10 @@ use std::path::{Path, PathBuf};
20
use std::{io, fs, env};
21
22
// corresponds to the headers that we have in sdl2-sys/SDL2-{version}
23
-const SDL2_HEADERS_BUNDLED_VERSION: &str = "2.0.8";
+const SDL2_HEADERS_BUNDLED_VERSION: &str = "2.0.5";
24
25
// means the lastest stable version that can be downloaded from SDL2's source
26
-const LASTEST_SDL2_VERSION: &str = "2.0.8";
+const LASTEST_SDL2_VERSION: &str = "2.0.5";
27
28
#[cfg(feature = "bindgen")]
29
macro_rules! add_msvc_includes_to_bindings {
0 commit comments