You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"]
The text was updated successfully, but these errors were encountered:
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 ofCargo.toml
:The text was updated successfully, but these errors were encountered: