impellers 0.4.1

Bindings to Flutter's 2D vector graphics renderer
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "impellers"
version = "0.4.1"
build = "build.rs"
links = "impeller"
exclude = ["/flutter"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings to Flutter's 2D vector graphics renderer"
readme = "README.md"
license = "MIT"
repository = "https://github.com/coderedart/flutter"

[package.metadata.docs.rs]
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]

[features]
cache_libs = ["prebuilt_libs"]
debug_static_link = ["static_link"]
default = []
prebuilt_libs = []
static_link = ["prebuilt_libs"]
sys = []

[lib]
name = "impellers"
path = "src/lib.rs"

[[example]]
name = "backdrop_blur"
path = "examples/backdrop_blur.rs"

[[example]]
name = "basic_text"
path = "examples/basic_text.rs"

[[example]]
name = "blurred_rect"
path = "examples/blurred_rect.rs"

[[example]]
name = "common"
crate-type = ["staticlib"]
path = "examples/common.rs"
doc-scrape-examples = true

[[example]]
name = "complex_text"
path = "examples/complex_text.rs"

[[example]]
name = "empty"
path = "examples/empty.rs"
required-features = [
    "sys",
    "prebuilt_libs",
]

[[example]]
name = "fade_color_filter"
path = "examples/fade_color_filter.rs"

[[example]]
name = "glfw_vulkan"
path = "examples/glfw_vulkan.rs"

[[example]]
name = "hello"
path = "examples/hello.rs"

[[example]]
name = "line_metrics"
path = "examples/line_metrics.rs"

[[example]]
name = "rect"
path = "examples/rect.rs"

[[example]]
name = "rect_stroked"
path = "examples/rect_stroked.rs"

[[example]]
name = "star_clip"
path = "examples/star_clip.rs"

[dependencies.bitflags]
version = "2"

[dependencies.bytemuck]
version = "1"

[dependencies.euclid]
version = "0.22"
features = ["bytemuck"]

[dev-dependencies.ash]
version = "0.38"

[dev-dependencies.glfw]
version = "0.59"
features = ["vulkan"]

[dev-dependencies.glow]
version = "0.16"

[dev-dependencies.image]
version = "0.25"
features = ["jpeg"]
default-features = false