# 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] name = "allegro_ttf-sys" version = "0.0.46" authors = ["SiegeLord "] build = "build.rs" links = "allegro_ttf" autobins = false autoexamples = false autotests = false autobenches = false description = "Allegro 5 ttf addon Rust binding" documentation = "http://siegelord.github.io/RustAllegro/doc/allegro_ttf-sys/index.html" readme = false keywords = [ "text", "graphics", "ttf", "font", ] categories = [ "rendering::data-formats", "external-ffi-bindings", ] license = "Zlib" repository = "https://github.com/SiegeLord/RustAllegro" [lib] name = "allegro_ttf_sys" path = "src/lib.rs" [dependencies.allegro-sys] version = "=0.0.46" [dependencies.allegro_font-sys] version = "=0.0.46" [dependencies.allegro_util] version = "=0.0.46" [dependencies.libc] version = "0.2" [features] link_debug = [] link_none = [] link_static = []