# 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 = "red-sdl" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "sdl with grid layout and window management to help build apps or video game." readme = "README.md" categories = [ "gui", "graphics", ] license = "Apache-2.0" repository = "https://github.com/RedYou1/sdl" resolver = "2" [package.metadata.vcpkg] dependencies = [ "sdl2", "sdl2-image[libjpeg-turbo,tiff,libwebp]", "sdl2-ttf", "sdl2-gfx", "sdl2-mixer", ] git = "https://github.com/microsoft/vcpkg" rev = "2024.05.24" [package.metadata.vcpkg.target.x86_64-pc-windows-msvc] triplet = "x64-windows-static-md" [lib] name = "red_sdl" path = "src/lib.rs" [dependencies.sdl2] version = "=0.37.0" features = [ "ttf", "image", "gfx", "mixer", "static-link", "use-vcpkg", ] default-features = false [lints.clippy] as-underscore = "deny" get-unwrap = "warn" map_unwrap_or = "warn" missing-const-for-fn = "deny" str-to-string = "deny" todo = "warn" too-many-lines = "deny" unused-enumerate-index = "deny" unwrap-used = "warn" unwrap_in_result = "warn"