lyon_tessellation 0.8.8

A low level path tessellation 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]
name = "lyon_tessellation"
version = "0.8.8"
authors = ["Nicolas Silva <nical@fastmail.com>"]
description = "A low level path tessellation library."
documentation = "https://docs.rs/lyon_tessellation/"
keywords = ["2d", "graphics", "tessellation", "svg"]
license = "MIT/Apache-2.0"
repository = "https://github.com/nical/lyon"

[lib]
name = "lyon_tessellation"
path = "src/lib.rs"
[dependencies.lyon_bezier]
version = "0.8.5"

[dependencies.lyon_core]
version = "0.8.0"

[dependencies.lyon_path]
version = "0.8.6"

[dependencies.lyon_path_builder]
version = "0.8.6"

[dependencies.lyon_path_iterator]
version = "0.8.5"

[dependencies.sid]
version = "0.5"
[dev-dependencies.lyon_extra]
version = "0.8.6"