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