vxdraw 0.1.0

Simple 2D rendering library
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 = "vxdraw"
version = "0.1.0"
authors = ["Kevin Robert Stravers <macocio@gmail.com>", "Erlend Langseth <3rlendhl@gmail.com"]
build = "build.rs"
description = "Simple 2D rendering library"
homepage = "https://github.com/Omen-of-Aecio/vxdraw"
keywords = ["rendering", "graphics", "2d"]
license = "LGPL-3.0-or-later"
repository = "https://github.com/Omen-of-Aecio/vxdraw"
[profile.bench]
opt-level = 3
lto = true
debug = true
overflow-checks = false
[dependencies.arrayvec]
version = "0.4.11"

[dependencies.cgmath]
version = "0.17.0"

[dependencies.fast-logger]
version = "0.5.1"

[dependencies.gfx-backend-dx12]
version = "0.3"
optional = true

[dependencies.gfx-backend-gl]
version = "0.3"
optional = true

[dependencies.gfx-backend-metal]
version = "0.3"
optional = true

[dependencies.gfx-backend-vulkan]
version = "0.3.3"
features = ["winit", "x11"]
optional = true

[dependencies.gfx-hal]
version = "0.3.1"

[dependencies.glutin]
version = "0.20"
optional = true

[dependencies.glyph_brush]
version = "0.5.3"

[dependencies.image]
version = "0.22.0"

[dependencies.rand]
version = "0.6.1"

[dependencies.rand_pcg]
version = "0.1.2"

[dependencies.winit]
version = "0.19"
[dev-dependencies.itertools]
version = "0.8"
[build-dependencies.shaderc]
version = "0.6"
features = ["build-from-source"]

[features]
default = ["vulkan", "doctest-headless"]
dev = []
doctest-headless = []
dx12 = ["gfx-backend-dx12"]
exact = []
gl = ["gfx-backend-gl", "glutin"]
metal = ["gfx-backend-metal"]
no-test-preview = []
vulkan = ["gfx-backend-vulkan"]