Gered
b010c044ef
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).
9 lines
147 B
TOML
9 lines
147 B
TOML
[package]
|
|
name = "audio_playback"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "=1.0.55"
|
|
libretrogd = { path = "../../libretrogd" }
|