rgx 0.5.0

Mid-level 2D graphics library built on wgpu
Documentation
[package]
name = "rgx"
version = "0.5.0"
description = "Mid-level 2D graphics library built on wgpu"
repository = "https://github.com/cloudhead/rgx"
homepage = "https://github.com/cloudhead/rgx"
documentation = "https://docs.rs/rgx"
authors = ["Alexis Sellier <self@cloudhead.io>"]
license = "MIT"
edition = "2018"
keywords = ["graphics", "gamedev", "vulkan", "2d"]

[lib]
name = "rgx"

[features]
default = []

[dependencies]
wgpu = "0.4.0"
env_logger = "0.6.2"
cgmath = { version = "0.17.0", optional = true }
num-traits = "0.2.8"
raw-window-handle = "0.3"
nonempty = "0.1.4"

[dev-dependencies]
chrono = "0.4"
winit = "0.20.0-alpha4"
image = "0.22.1"
criterion = "0.2.11"

[[bench]]
name = "benchmark"
harness = false