mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-09 20:31:29 +11:00
94f7b51bc5
Adds kurbo as an optional dependency and implements conversions to/from the common types. This also removes the direct pinot dependency and changes moscato (temporarily) to a git based dep to allow iteration on the underlying glyph loading code without PR churn here.
12 lines
282 B
TOML
12 lines
282 B
TOML
[package]
|
|
name = "piet-scene"
|
|
version = "0.1.0"
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bytemuck = { version = "1.7.2", features = ["derive"] }
|
|
smallvec = "1.8.0"
|
|
moscato = { git = "https://github.com/dfrg/pinot" }
|
|
kurbo = { version = "0.8.3", optional = true }
|