mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
9 lines
No EOL
168 B
TOML
9 lines
No EOL
168 B
TOML
[package]
|
|
name = "comet_colors"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
comet_math = { path = "../comet_math" }
|
|
wgpu = { version = "22.0" }
|
|
chrono = "0.4.40" |