[package] name = "rhachis" description = "A game framework based off wgpu and winit" license = "MIT" version = "0.11.0" edition = "2021" repository = "https://github.com/SalsaGal/rhachis" keywords = ["gamedev"] [features] default = [] tokio = ["rhachis-run-macro/tokio"] [dependencies] bytemuck = { version = "1.12.1", features = ["derive"] } glam = { version = "0.23.0", features = ["bytemuck"] } parking_lot = "0.12.1" pollster = "0.2.5" wgpu = "0.15" winit = "0.27.2" image = "0.24.2" paste = "1.0.9" tobj = "3.2.3" anyhow = "1.0.64" rhachis-run-macro = "0.3.1" downcast-rs = "1.2.0" fontdue = "0.7.2" fxhash = "0.2.1" once_cell = "1.17.0" easy-gltf = "0.1.5"