mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
19 lines
No EOL
582 B
TOML
19 lines
No EOL
582 B
TOML
[package]
|
|
name = "comet_renderer"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
comet_ecs = { path = "../comet_ecs" }
|
|
comet_math = { path = "../comet_math" }
|
|
comet_resources = { path = "../comet_resources" }
|
|
comet_colors = { path = "../comet_colors" }
|
|
comet_log = { path = "../comet_log" }
|
|
comet_structs = { path = "../comet_structs" }
|
|
bytemuck = { version = "1.16", features = [ "derive" ] }
|
|
cgmath = "0.18"
|
|
wgpu = { version = "22.0", features = ["glsl", "wgsl", "naga-ir"]}
|
|
winit = { version = "0.29", features = ["rwh_05"] }
|
|
chrono = "0.4.40"
|
|
pollster = "0.3"
|
|
image = "0.24" |