[build-dependencies.bindgen]
version = "0.70.1"
[build-dependencies.cc]
version = "1.1.28"
[build-dependencies.flate2]
optional = true
version = "1.0.7"
[build-dependencies.heck]
version = "0.5.0"
[build-dependencies.regex]
version = "1.4.5"
[build-dependencies.serde_json]
version = "1.0.39"
[build-dependencies.tar]
optional = true
version = "0.4.26"
[build-dependencies.toml]
version = "0.8.0"
[dependencies.lazy_static]
optional = true
version = "1.4.0"
[dependencies.mozjpeg-sys]
features = ["with_simd"]
optional = true
version = "2"
[dev-dependencies.bindgen]
version = "0.70.1"
[dev-dependencies.cc]
version = "1.1.28"
[dev-dependencies.flate2]
version = "1.0.7"
[dev-dependencies.heck]
version = "0.5.0"
[dev-dependencies.regex]
version = "1.4.5"
[dev-dependencies.serde_json]
version = "1.0.39"
[dev-dependencies.tar]
version = "0.4.26"
[dev-dependencies.toml]
version = "0.8.0"
[features]
binary-cache = ["flate2", "tar"]
d3d = []
default = ["binary-cache", "embed-icudtl"]
egl = []
embed-freetype = []
embed-icudtl = ["lazy_static"]
freetype-woff2 = []
gl = []
metal = []
shaper = ["textlayout"]
svg = ["textlayout"]
textlayout = []
use-system-jpeg-turbo = ["mozjpeg-sys"]
vulkan = []
wayland = []
webp = ["webp-encode", "webp-decode"]
webp-decode = []
webp-encode = []
x11 = []
[lib]
doctest = false
name = "fframes_skia_bindings"
path = "src/lib.rs"
[package]
authors = ["LongYinan <lynweklm@gmail.com>", "Armin Sander <armin@replicator.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "graphics", "multimedia::images", "rendering::graphics-api", "visualization"]
description = "Skia Bindings for Rust"
edition = "2021"
homepage = "https://github.com/rust-skia/rust-skia/tree/master/skia-bindings"
include = ["Cargo.toml", "bindings_docs.rs", "build.rs", "build_support.rs", "build_support/**/*.rs", "src/**/*.h", "src/**/*.cpp", "src/*.rs"]
keywords = ["skia", "rust-bindings", "vulkan", "opengl", "pdf"]
license = "MIT"
links = "skia"
name = "fframes-skia-bindings"
readme = "README.md"
repository = "https://github.com/rust-skia/rust-skia"
version = "0.80.1"
[package.metadata]
skia = "m131-0.80.1"
[[test]]
name = "build_support"
path = "tests/build_support.rs"