[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"