# 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 = "prisma2d" version = "0.1.0" description = "Software-only 2D graphics crate" readme = "README.md" keywords = [ "graphics", "software-render", "cpu", "2d-graphics", ] license = "MIT" repository = "https://github.com/tseli0s/Prisma2D" [dependencies.rayon] version = "1.8" optional = true default-features = false [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.log] version = "0.4" [dev-dependencies.pixels] version = "0.13.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.winit] version = "0.28.7" [features] aggr_inline = [] default = [ "nostd", "transparency", "aggr_inline", ] images = [] nostd = [] threading = ["rayon"] transparency = []