[go: up one dir, main page]

lyon_tess2 0.11.0

An additional path tessellator for lyon using libtess2.
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]
name = "lyon_tess2"
version = "0.11.0"
authors = ["Nicolas Silva <nical@fastmail.com>"]
description = "An additional path tessellator for lyon using libtess2."
documentation = "https://docs.rs/lyon_tess2/"
keywords = ["2d", "graphics", "tessellation", "svg"]
license = "MIT/Apache-2.0"
repository = "https://github.com/nical/lyon"

[lib]
name = "lyon_tess2"
path = "src/lib.rs"
[dependencies.lyon_tessellation]
version = "0.11.0"

[dependencies.serde]
version = "1.0"
features = ["serde_derive"]
optional = true

[dependencies.tess2-sys]
version = "0.0.1"

[features]
serialization = ["serde", "lyon_tessellation/serialization"]