distance-field 0.1.6

Generate distance fields from images for pseudo-vector rendering
Documentation
# 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 = "distance-field"
version = "0.1.6"
authors = ["Thomas Versteeg <thomasversteeg@gmx.com>"]
description = "Generate distance fields from images for pseudo-vector rendering"
homepage = "https://github.com/tversteeg/distance-field"
documentation = "https://docs.rs/distance-field"
readme = "README.md"
keywords = ["image", "SDF", "gamedev", "vector"]
categories = ["games", "rendering", "game-engines", "multimedia"]
license = "GPL-3.0"
repository = "https://github.com/tversteeg/distance-field.git"

[[example]]
name = "generator"
path = "examples/generator.rs"
[dependencies.image]
version = "0.18"

[dependencies.spiral]
version = "0.1"
[dev-dependencies.docopt]
version = "0.8"
[badges.travis-ci]
repository = "tversteeg/distance-field"