I know this project is just a simple game and old, but was looking around for ggez examples. Recent versions of rust-sdl2 support automatic download and static link, add the following to the bottom of Cargo.toml:
[dependencies.sdl2]
version = "0.31"
features = ["bundled", "static-link"]
I know this project is just a simple game and old, but was looking around for ggez examples. Recent versions of
rust-sdl2support automatic download and static link, add the following to the bottom ofCargo.toml: