# 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 = "lexsdl" version = "0.3.0" authors = ["Alexevier"] description = "A wrapper for SDL2 to abstract away annoying parts" readme = "README.md" keywords = [ "sdl", "gamedev", "graphics", ] license = "MIT" repository = "https://gitlab.com/Alexevier/lexsdl" [profile.release] lto = true panic = "abort" strip = true [lib] name = "lexsdl" crate-type = [ "staticlib", "cdylib", "lib", ] path = "src/lexsdl.rs" [[example]] name = "testing" [[example]] name = "integrating" [[example]] name = "sprites" [dependencies.lexlib] version = "0.7" [dependencies.libc] version = "0.2.139" [dependencies.rand] version = "0.8.5" [dependencies.sdl2-sys] version = "0.35.2" [dev-dependencies.sdl2] version = "0.35.2" [build-dependencies.cc] version = "1.0.78" features = ["parallel"]