# 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 = "macroquad-text" version = "0.2.0" authors = ["Ricky12Awesome"] exclude = ["assets"] description = "A Simple way to draw text in macroquad with support of using glyphs from multiple fonts in a single draw_text call, also known as fallback fonts" homepage = "https://github.com/Ricky12Awesome/macroquad-text" readme = "README.md" categories = [ "graphics", "gui", "rendering", ] license = "MIT" repository = "https://github.com/Ricky12Awesome/macroquad-text" [dependencies.fontdue] version = "0.7" [dependencies.macroquad] version = "0.4" default-features = false [dev-dependencies.macroquad] version = "0.4" default-features = false