# 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 = "2018" name = "fontdue-sdl2" version = "0.3.2" authors = ["Jens Pitkanen "] description = "A glue crate between fontdue and sdl2" readme = "README.md" license = "MIT" repository = "https://github.com/neonmoe/fontdue-sdl2" [dependencies.fontdue] version = "^0.9" [dependencies.log] version = "^0.4.14" [dependencies.sdl2] version = "^0.37" [dev-dependencies.env_logger] version = "^0.8.3" [features] unsafe_textures = ["sdl2/unsafe_textures"] [badges.maintenance] status = "passively-maintained"