reflow_vector 0.2.1

2D vector graphics primitives for Reflow — paths, shapes, boolean ops, rasterization.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "reflow_vector"
version = "0.2.1"
edition = "2021"
description = "2D vector graphics primitives for Reflow — paths, shapes, boolean ops, rasterization."
license = "MIT OR Apache-2.0"
repository = "https://github.com/offbit-ai/reflow"
homepage = "https://github.com/offbit-ai/reflow"
documentation = "https://docs.rs/reflow_vector"
readme = "README.md"
authors = ["Damilare Akinlaja"]
rust-version = "1.85"
keywords = ["reflow", "vector", "graphics", "2d", "rasterization"]
categories = ["graphics", "rendering", "multimedia::images"]

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }