raidillon/raidillon_render/Cargo.toml

16 lines
502 B
TOML

[package]
name = "raidillon_render"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.98"
glam = "0.30.4"
glium = { version = "0.35.0", features = ["glutin_backend", "simple_window_builder"] }
gltf = { version = "1.4.1", features = ["import", "utils", "KHR_texture_transform"] }
glutin = { version = "0.32.3", default-features = false }
hecs = "0.10.5"
image = "0.25.6"
raidillon_core = { path = "../raidillon_core" }
raidillon_ecs = { path = "../raidillon_ecs" }
winit = "0.30"