# 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 = "embedded-sprites" version = "0.2.0" include = [ "/src/**/*.rs", "/build.rs", "/LICENSE*", "/README.md", "grass.png", ] description = "Embedded no std graphics libary for bundling image at compile time" readme = "README.md" keywords = [ "graphics", "embedded-graphics", "embedded", "no_std", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LuckyTurtleDev/embedded-sprites" resolver = "1" [dependencies.embedded-graphics] version = "0.8.1" [dependencies.embedded-sprites-proc-macro] version = "0.2.0" [dev-dependencies.embedded-graphics-simulator] version = "0.6.0" [dev-dependencies.konst] version = "0.3.4"