Gered
66bf1e40cc
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
246 B
TOML
11 lines
246 B
TOML
[package]
|
|
name = "balls_v2"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "=1.0.55"
|
|
libretrogd = { path = "../../libretrogd", features = [] }
|
|
sdl2 = { version = "0.34.5", features = ["static-link", "bundled", "unsafe_textures" ] }
|
|
|