skia-safe 0.17.0

Safe Skia Bindings for Rust
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 = "skia-safe"
version = "0.17.0"
authors = ["Armin Sander <armin@replicator.org>"]
description = "Safe Skia Bindings for Rust"
homepage = "https://github.com/rust-skia/rust-skia"
readme = "README.md"
keywords = ["skia", "rust-bindings", "vulkan", "opengl", "pdf"]
categories = ["api-bindings", "graphics", "multimedia::images", "rendering::graphics-api", "visualization"]
license = "MIT"
repository = "https://github.com/rust-skia/rust-skia"
[dependencies.bitflags]
version = "1.0.4"

[dependencies.lazy_static]
version = "1.4"

[dependencies.skia-bindings]
version = "=0.17.0"
[dev-dependencies.ash]
version = "0.29"

[dev-dependencies.clap]
version = "2.33.0"

[dev-dependencies.gleam]
version = "0.7.0"

[dev-dependencies.offscreen_gl_context]
version = "0.24.0"

[features]
default = []
shaper = ["skia-bindings/shaper"]
svg = ["skia-bindings/svg"]
textlayout = ["skia-bindings/textlayout", "shaper"]
vulkan = ["skia-bindings/vulkan"]