ggdt/examples/audio_playback/Cargo.toml
Gered b010c044ef 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).
2023-01-18 17:04:25 -05:00

9 lines
147 B
TOML

[package]
name = "audio_playback"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "=1.0.55"
libretrogd = { path = "../../libretrogd" }