# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "chaos-framework" version = "0.1.2" authors = [ "Felipe ", "Caio ", "Bob ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Game framework for creating games!" readme = "README.md" keywords = [ "gamedev", "graphics", "glfw", "opengl", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Felipe-Guimaraes-Teodoro/chaos-framework" [lib] name = "chaos_framework" path = "src/lib.rs" [[bin]] name = "chaos-framework" path = "src/main.rs" [[example]] name = "ik" path = "examples/ik.rs" [[example]] name = "simple2d" path = "examples/simple2d.rs" [dependencies.gl] version = "0.14.0" [dependencies.glam] version = "0.28.0" [dependencies.glfw] version = "0.57.0" [dependencies.image] version = "0.25.1" [dependencies.imgui] version = "0.12.0" [dependencies.rand] version = "0.8.5" [dependencies.russimp] version = "3.2.0" features = ["prebuilt"] optional = true [dependencies.tobj] version = "4.0.2" [features] skeletal = ["dep:russimp"]