# 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 = "retro-pixel" version = "0.3.2" authors = ["Lokathor "] description = "Bitmaps types for getting that retro visual." readme = "README.md" keywords = ["retro", "bitmap"] license = "0BSD" repository = "https://github.com/Lokathor/retro-pixel-rs" [lib] name = "retro_pixel" path = "src/lib.rs" [[example]] name = "glutin_bitmap" path = "examples/glutin_bitmap.rs" required-features = ["std"] [[example]] name = "glutin_gba" path = "examples/glutin_gba.rs" required-features = ["std"] [[example]] name = "glutin_indexmap" path = "examples/glutin_indexmap.rs" required-features = ["std"] [dev-dependencies.gl] version = "0.10" [dev-dependencies.glutin] version = "0.16" [features] default = ["std"] std = [] [badges.appveyor] repository = "Lokathor/retro-pixel-rs" [badges.travis-ci] repository = "Lokathor/retro-pixel-rs"