mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-21 13:12:45 +00:00
Remove SDL_image link hack
This commit is contained in:
parent
3799ec5750
commit
83ba76a5ae
|
@ -96,10 +96,6 @@ wgpu = { git = "https://github.com/gfx-rs/wgpu.git", rev = "aadca17885e60ee4527d
|
||||||
winit = { version = "0.30.2", optional = true, default-features = false, features = ["x11"] }
|
winit = { version = "0.30.2", optional = true, default-features = false, features = ["x11"] }
|
||||||
xmltree = "0.10"
|
xmltree = "0.10"
|
||||||
|
|
||||||
#hack to not link SDL_image on Windows(causes a linker error)
|
|
||||||
[target.'cfg(not(target_os = "windows"))'.dependencies]
|
|
||||||
sdl2 = { version = "0.37", optional = true, features = ["image", "unsafe_textures", "bundled", "static-link", "raw-window-handle", "use-bindgen"] }
|
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.dependencies]
|
[target.'cfg(target_os = "windows")'.dependencies]
|
||||||
winapi = { version = "0.3", features = ["winuser"] }
|
winapi = { version = "0.3", features = ["winuser"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue