# 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 = "geng-font" version = "0.17.2" authors = ["kuviman "] description = "Game ENGine" homepage = "https://geng.kuviman.com" readme = "README.md" keywords = [ "game", "engine", "gamedev", "geng", ] categories = ["game-engines"] license = "MIT" repository = "https://github.com/geng-engine/geng" [dependencies.anyhow] version = "1" [dependencies.batbox-color] version = "0.16" [dependencies.batbox-la] version = "0.16" [dependencies.batbox-num] version = "0.16" [dependencies.geng-camera] version = "0.17" [dependencies.geng-shader] version = "0.17" [dependencies.itertools] version = "0.12" [dependencies.serde] version = "1" features = ["derive"] [dependencies.ttf-parser] version = "0.20" [dependencies.ugli] version = "0.17"