# 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 = "simple-pixels"
version = "0.15.0"
authors = ["Solar-Falcon"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create a window and throw some pixels on it without accessing low-level stuff, carrying tons of dependencies or linking C libraries"
readme = "README.md"
categories = ["rendering::engine"]
license = "MIT"
repository = "https://github.com/Solar-Falcon/simple-pixels"

[lib]
name = "simple_pixels"
path = "src/lib.rs"

[dependencies.miniquad]
version = "=0.4.6"

[dependencies.rgb]
version = "0.8"

[dependencies.rustc-hash]
version = "2"

[dependencies.simple-blit]
version = "2"