Graphite/bezier-rs/lib/Cargo.toml

15 lines
360 B
TOML

[package]
name = "bezier-rs"
publish = false
version = "0.0.0"
rust-version = "1.62.0"
authors = ["Graphite Authors <contact@graphite.rs>"]
edition = "2021"
readme = "./README.md"
homepage = "https://graphite.rs"
repository = "https://github.com/GraphiteEditor/Graphite"
license = "Apache-2.0"
[dependencies]
glam = { version = "0.17", features = ["serde"] }