[package] name = "chaos-framework" version = "0.1.2" edition = "2021" authors = ["Felipe ", "Caio ", "Bob "] license = "MIT OR Apache-2.0" keywords = ["gamedev", "graphics", "glfw", "opengl"] description = "Game framework for creating games!" repository = "https://github.com/Felipe-Guimaraes-Teodoro/chaos-framework" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gl = "0.14.0" glam = "0.28.0" glfw = "0.57.0" image = "0.25.1" imgui = "0.12.0" rand = "0.8.5" russimp = {version = "3.2.0", features = ["prebuilt"], optional = true} tobj = "4.0.2" [features] skeletal = ["dep:russimp"]