[package] name = "lyra-engine" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] winit = "0.28.1" #winit-modular = "0.1.1" tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = [ "tracing-log" ] } tracing-log = "0.1.3" wgpu = "0.15.1" async-std = { version = "1.12.0", features = [ "unstable", "attributes" ] } cfg-if = "1" bytemuck = { version = "1.12", features = [ "derive" ] } image = { version = "0.24", default-features = false, features = ["png", "jpeg"] } anyhow = "1.0" #cgmath = "0.18" tobj = { version = "3.2.1", features = [ "async", ]} instant = "0.1" async-trait = "0.1.65" specs = { version = "0.18.0", features = [ "derive" ] } hecs = "0.10.3" glam = { version = "0.24.0", features = ["bytemuck"] }