# 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 = "sdl2-unifont" version = "1.0.2" authors = ["Carl Albrecht "] build = "build.rs" description = "Embedded GNU Unifont for Rust SDL programs, for simple font rendering tasks" readme = "README.md" keywords = ["text", "font", "sdl", "unicode", "unifont"] categories = ["gui", "rendering::data-formats"] license = "GPL-3.0-or-later" repository = "https://github.com/carlalbrecht/sdl2-unifont" [dependencies.bit_field] version = "0.10.1" [dependencies.rust-lzma] version = "0.5.1" [dependencies.sdl2] version = "0.34.4" [dev-dependencies.lazy_static] version = "1.4.0" [build-dependencies.rust-lzma] version = "0.5.1" [features] default = ["plane-0"] plane-0 = [] plane-1 = []