svg_path_ops 0.7.0

SVG Path Manipulation Utilities
Documentation
[dependencies.cgmath]
version = "0.18"

[dependencies.svgtypes]
version = "0.11"

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

[package]
authors = ["orhanbalci@gmail.com <orhanbalci@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["graphics"]
description = "SVG Path Manipulation Utilities"
edition = "2021"
homepage = "https://github.com/orhanbalci"
keywords = ["graphics", "bezier", "sketch", "2D", "svg"]
license = "MIT"
name = "svg_path_ops"
readme = "README.md"
repository = "https://github.com/orhanbalci/rough-rs.git"
version = "0.7.0"