# 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 = "tiny-game-framework" version = "0.0.163" authors = [ "Felipe ", "Caio ", "Bob ", ] description = "Tiny 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/GAME-FRAMEWORK" [dependencies.freetype-rs] version = "0.36.0" [dependencies.gl] version = "0.14.0" [dependencies.glam] version = "0.27.0" [dependencies.glfw] version = "0.55.0" [dependencies.image] version = "0.25.1" [dependencies.imgui] version = "0.12.0" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.tobj] version = "4.0.2"