# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "gust-render" version = "0.2.0" authors = ["afourcat "] autoexamples = true description = "Gust is a simple 2D graphical library inspired by SFML." homepage = "https://afourcat.github.io/Gust/" readme = "README.md" keywords = ["opengl", "graphic", "gust", "2D", "game"] categories = ["rendering::engine", "rendering"] license-file = "LICENSE" repository = "https://github.com/Afourcat/Gust/tree/master" [dependencies.alga] version = "0.7.2" [dependencies.freetype-rs] version = "0.19.0" [dependencies.gl] version = "0.11.0" [dependencies.glfw] version = "0.25.0" [dependencies.image] version = "0.20.1" [dependencies.lazy_static] version = "1.2.0" [dependencies.nalgebra] version = "0.16.11"