# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "simple" version = "0.3.0" authors = ["Alexander Campbell "] description = "The simplest graphics library, inspired by LOVE2D" readme = "README.md" keywords = ["simple", "graphics", "2D"] license = "Zlib" repository = "https://github.com/alexandercampbell/simple" [lib] name = "simple" path = "src/lib.rs" [dependencies.libc] version = "0.1.8" [dependencies.num] version = "0.1.24" [dependencies.rand] version = "0.3.8" [dependencies.sdl2] version = "0.32.1" features = ["image", "unsafe_textures"] default-features = false