notan_draw 0.14.0

Provides a simple 2D API for Notan
[dependencies.log]
version = "0.4.25"

[dependencies.lyon]
version = "1.0.1"

[dependencies.notan_app]
version = "0.14.0"

[dependencies.notan_glyph]
version = "0.14.0"

[dependencies.notan_graphics]
version = "0.14.0"

[dependencies.notan_macro]
version = "0.14.0"

[dependencies.notan_math]
version = "0.14.0"

[dependencies.notan_text]
version = "0.14.0"

[dependencies.serde]
features = ["serde_derive", "derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0.138"

[features]
glsl-to-spirv = ["notan_macro/glsl-to-spirv", "notan_glyph/glsl-to-spirv", "notan_text/glsl-to-spirv"]
shaderc = ["notan_macro/shaderc", "notan_glyph/shaderc", "notan_text/shaderc"]

[lib]
name = "notan_draw"
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 a simple 2D API for Notan"
edition = "2021"
homepage = "https://github.com/Nazariglez/notan"
license = "MIT OR Apache-2.0"
name = "notan_draw"
readme = "README.md"
repository = "https://github.com/Nazariglez/notan"
version = "0.14.0"