notan_graphics 0.13.0

Provides simple graphics API for Notan
Documentation
[dependencies.bytemuck]
version = "1.21.0"

[dependencies.crevice_notan]
version = "0.14.1"

[dependencies.image]
default-features = false
features = ["jpeg", "png", "ico"]
optional = true
version = "0.25.5"

[dependencies.log]
version = "0.4.25"

[dependencies.notan_math]
version = "0.13.0"

[dependencies.notan_utils]
version = "0.13.0"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1.0"

[features]
texture_to_file = ["notan_utils/save_file", "image/png"]

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

[package]
authors = ["Nazarí González <nazari.nz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides simple graphics API for Notan"
edition = "2021"
homepage = "https://github.com/Nazariglez/notan"
license = "MIT OR Apache-2.0"
name = "notan_graphics"
readme = "README.md"
repository = "https://github.com/Nazariglez/notan"
version = "0.13.0"