diff --git a/Cargo.toml b/Cargo.toml index 9250260..cd2b0b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,8 +79,8 @@ num-traits = "0.2" open = "3.2" paste = "1.0" pelite = { version = ">=0.9.2", default-features = false, features = ["std"] } -sdl2 = { git = "https://github.com/doukutsu-rs/rust-sdl2.git", rev = "95bcf63768abf422527f86da41da910649b9fcc9", optional = true, features = ["unsafe_textures", "bundled", "static-link"] } -sdl2-sys = { git = "https://github.com/doukutsu-rs/rust-sdl2.git", rev = "95bcf63768abf422527f86da41da910649b9fcc9", optional = true, features = ["bundled", "static-link"] } +sdl2 = { git = "https://github.com/doukutsu-rs/rust-sdl2.git", rev = "f2f1e29a416bcc22f2faf411866db2c8d9536308", optional = true, features = ["unsafe_textures", "bundled", "static-link"] } +sdl2-sys = { git = "https://github.com/doukutsu-rs/rust-sdl2.git", rev = "f2f1e29a416bcc22f2faf411866db2c8d9536308", optional = true, features = ["bundled", "static-link"] } rc-box = "1.2.0" serde = { version = "1", features = ["derive"] } serde_derive = "1" @@ -96,7 +96,7 @@ xmltree = "0.10" #hack to not link SDL_image on Windows(causes a linker error) [target.'cfg(not(target_os = "windows"))'.dependencies] -sdl2 = { git = "https://github.com/doukutsu-rs/rust-sdl2.git", rev = "95bcf63768abf422527f86da41da910649b9fcc9", optional = true, features = ["image", "unsafe_textures", "bundled", "static-link"] } +sdl2 = { git = "https://github.com/doukutsu-rs/rust-sdl2.git", rev = "f2f1e29a416bcc22f2faf411866db2c8d9536308", optional = true, features = ["image", "unsafe_textures", "bundled", "static-link"] } [target.'cfg(target_os = "windows")'.dependencies] winapi = { version = "0.3", features = ["winuser"] }