makepad/libs/sdfer/Cargo.toml
2026-02-12 15:16:31 +01:00

29 lines
906 B
TOML

# 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 = "sdfer"
version = "0.2.1"
description = "SDF (Signed Distance Field) generation algorithms"
homepage = "https://github.com/LykenSol/sdfer"
documentation = "https://docs.rs/sdfer"
readme = "README.md"
keywords = ["sdf"]
categories = ["rendering"]
license = "MIT"
repository = "https://github.com/LykenSol/sdfer"
[package.metadata.docs.rs]
all-features = true
[lints.rust.unexpected_cfgs]
level = "allow"