path-kit 0.4.0

Rust path operations library based on Skia PathOps and PathKit - union, intersect, simplify, stroke, RRect
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 = "2024"
name = "path-kit"
version = "0.4.0"
authors = ["songhuaixu <songhuaixu@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust path operations library based on Skia PathOps and PathKit - union, intersect, simplify, stroke, RRect"
homepage = "https://github.com/songhuaixu/path-kit/blob/master/CHANGELOG.md"
documentation = "https://docs.rs/path-kit"
readme = "README.md"
keywords = [
    "path",
    "skia",
    "vector",
    "graphics",
    "boolean",
]
categories = [
    "graphics",
    "mathematics",
]
license = "BSD-3-Clause"
repository = "https://github.com/songhuaixu/path-kit"

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

[dependencies.cxx]
version = "1"

[build-dependencies.cxx-build]
version = "1"

[build-dependencies.glob]
version = "0.3"