# 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 = "msdfgen-sys" version = "0.2.1" authors = ["K. "] description = "Unsafe bindings for msdfgen (multi-channel signed distance field generator)" readme = "README.md" keywords = [ "distance-fields", "multi-channel", "SDF", "MSDF", "MCSDF", ] categories = [ "external-ffi-bindings", "graphics", ] license = "MIT" repository = "https://github.com/katyo/msdfgen-rs" [package.metadata.docs.rs] features = ["rustdoc"] [build-dependencies.bindgen] version = "0.63" optional = true [build-dependencies.cc] version = "1" features = ["parallel"] [features] libcxx = [] rustdoc = [] shared = [] static = [] stdcxx-static = [] update-bindings = ["bindgen"] [badges.is-it-maintained-issue-resolution] repository = "katyo/msdfgen-rs" [badges.is-it-maintained-open-issues] repository = "katyo/msdfgen-rs" [badges.maintenance] status = "passively-maintained"