# 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 = "farba" version = "0.1.1" authors = ["Wowkster"] include = [ "assets/", "examples/*.rs", "src/", ] description = "A CPU graphics library written in pure Rust" readme = "README.md" keywords = [ "farba", "graphics", ] categories = ["graphics"] license = "MIT" repository = "https://github.com/wowkster/farba" [lib] name = "farba" crate-type = ["lib"] [[example]] name = "fill_screen" required-features = ["image"] [[example]] name = "flag_of_japan" required-features = ["image"] [[example]] name = "rectangle" required-features = ["image"] [[example]] name = "triangle" required-features = ["image"] [[example]] name = "3d_cube" required-features = [] [dependencies.image] version = "0.24.6" optional = true [dependencies.minifb] version = "0.24.0" optional = true [features] default = [] image = ["dep:image"] window = ["dep:minifb"]