mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
10 lines
183 B
TOML
10 lines
183 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"
|