[package]
edition = "2024"
name = "path-kit"
version = "0.2.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"
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]
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.cc]
version = "1"
[build-dependencies.glob]
version = "0.3"