Skip to content

Statically link SDL2 #2

Description

@cretz

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"]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions