nvg 0.5.11

Pure-rust implementation of NanoVG
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "nvg"
version = "0.5.11"
authors = ["Sunli <scott_s829@163.com>"]
publish = true
description = "Pure-rust implementation of NanoVG"
homepage = "https://github.com/sunli829/nvg"
keywords = ["nanovg", "opengl"]
license = "MIT"
repository = "https://github.com/sunli829/nvg"
[dependencies.anyhow]
version = "1.0.26"

[dependencies.bitflags]
version = "1.2.1"

[dependencies.clamped]
version = "1.0.0"

[dependencies.image]
version = "0.22.3"

[dependencies.num-traits]
version = "0.2.8"

[dependencies.rawpointer]
version = "0.2.1"

[dependencies.rusttype]
version = "0.8.1"
features = ["gpu_cache"]

[dependencies.slab]
version = "0.4.2"