shade 0.0.2

Another graphics library
Documentation
[dependencies.cvmath]
features = ["dataview"]
version = "0.0.1"

[dependencies.dataview]
version = "1.0"

[dependencies.gl]
optional = true
version = "0.14"

[dependencies.png]
optional = true
version = "0.17"

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

[dev-dependencies.glutin]
version = "0.26"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.stl]
version = "0.2"

[dev-dependencies.winit]
version = "0.24"

[[example]]
name = "bunny"
path = "examples/bunny.rs"

[[example]]
name = "cube"
path = "examples/cube.rs"

[[example]]
name = "scene"
path = "examples/scene.rs"

[[example]]
name = "text"
path = "examples/text.rs"

[[example]]
name = "triangle"
path = "examples/triangle.rs"

[features]
default = ["gl", "png", "msdfgen"]
msdfgen = ["serde"]

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

[package]
authors = ["Casper <CasualX@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rendering", "graphics", "game-development", "gui"]
description = "Another graphics library"
documentation = "https://docs.rs/shade"
edition = "2021"
keywords = ["gfx", "shader", "opengl", "2d"]
license = "MIT"
name = "shade"
readme = "readme.md"
repository = "https://github.com/CasualX/shade"
version = "0.0.2"