remove explicit sdl2 dependency from example apps
they all still depend on sdl2 through the libretrogd dependency, but the benefit is that future sdl2 version updates are much easier to accomplish for most apps, since only libretrogd needs to be updated (in theory).
This commit is contained in:
parent
592be161c3
commit
b010c044ef
|
@ -6,5 +6,3 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "=1.0.55"
|
||||
libretrogd = { path = "../../libretrogd" }
|
||||
sdl2 = { git = "https://github.com/Rust-SDL2/rust-sdl2/", rev = "819ab438ac971a922d6ee1da558822002d343b4e", features = ["static-link", "bundled", "use-pkgconfig", "unsafe_textures"] }
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "=1.0.55"
|
||||
libretrogd = { path = "../../libretrogd" }
|
||||
sdl2 = { git = "https://github.com/Rust-SDL2/rust-sdl2/", rev = "819ab438ac971a922d6ee1da558822002d343b4e", features = ["static-link", "bundled", "use-pkgconfig", "unsafe_textures"] }
|
||||
|
|
|
@ -6,5 +6,3 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "=1.0.55"
|
||||
libretrogd = { path = "../../libretrogd", features = [] }
|
||||
sdl2 = { git = "https://github.com/Rust-SDL2/rust-sdl2/", rev = "819ab438ac971a922d6ee1da558822002d343b4e", features = ["static-link", "bundled", "use-pkgconfig", "unsafe_textures"] }
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "=1.0.55"
|
||||
libretrogd = { path = "../../libretrogd", features = [] }
|
||||
sdl2 = { git = "https://github.com/Rust-SDL2/rust-sdl2/", rev = "819ab438ac971a922d6ee1da558822002d343b4e", features = ["static-link", "bundled", "use-pkgconfig", "unsafe_textures"] }
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_json = "1.0.79"
|
||||
|
||||
|
|
|
@ -6,5 +6,3 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "=1.0.55"
|
||||
libretrogd = { path = "../../libretrogd" }
|
||||
sdl2 = { git = "https://github.com/Rust-SDL2/rust-sdl2/", rev = "819ab438ac971a922d6ee1da558822002d343b4e", features = ["static-link", "bundled", "use-pkgconfig", "unsafe_textures"] }
|
||||
|
||||
|
|
|
@ -6,5 +6,3 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "=1.0.55"
|
||||
libretrogd = { path = "../../libretrogd" }
|
||||
sdl2 = { git = "https://github.com/Rust-SDL2/rust-sdl2/", rev = "819ab438ac971a922d6ee1da558822002d343b4e", features = ["static-link", "bundled", "use-pkgconfig", "unsafe_textures"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue