# 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 = "minifb_fonts" version = "0.1.3" authors = ["p9436 "] exclude = [ "assets/", ".*", ] description = "Simple Addon for the minifb crate that enables drawing text using bitmap fonts." readme = "README.md" keywords = [ "gamedev", "graphics", "minifb", "font", "bitmap", ] license = "MIT" repository = "https://github.com/p9436/rust_minifb_fonts" [lib] name = "minifb_fonts" path = "src/lib.rs" [dependencies] [dev-dependencies.minifb] version = "0.25.0"