due to encountering some compile errors on a fresh system which pulled down the newest minor versions of both. these two libraries do not seem to follow "good" semantic versioning ... ? ugh. will try to work out the compiler issues with the latest versions of these later ...
11 lines
228 B
TOML
11 lines
228 B
TOML
[package]
|
|
name = "balls"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "=1.0.55"
|
|
libretrogd = { path = "../../libretrogd" }
|
|
sdl2 = { version = "0.34.5", features = ["static-link", "bundled", "unsafe_textures" ] }
|
|
|