# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pg_sdl" version = "0.1.1" authors = [ "Arnaud Jungo ", "Quentin Jungo ", ] description = "A SDL2-superset library for easy game or application development." documentation = "https://docs.rs/pg_sdl/0.1.0/pg_sdl/" readme = "README.md" keywords = [ "SDL", "gui", "graphics", "superset", "engine", ] categories = [ "rendering", "api-bindings", "game-engines", "multimedia", "gui", ] license = "MIT" repository = "https://github.com/DynamicUI/pg_sdl" resolver = "2" [lib] path = "pg_sdl/src/lib.rs" [[bin]] name = "pg_sdl2" path = "examples/spring_test/main.rs" [dependencies.as-any] version = "0.3.0" [dependencies.itertools] version = "0.10.5" [dependencies.sdl2] version = "0.35.2" features = [ "ttf", "gfx", ]