[dependencies.bevy]
default-features = false
features = ["bevy_render"]
optional = true
version = "0.14"
[dependencies.glam]
version = "0.27.0"
[dependencies.hashbrown]
version = "0.14"
[dependencies.image]
version = "0.25"
[dependencies.mashmap]
version = "0.1"
[dependencies.ordered-float]
version = "4.2"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.open]
version = "5.1"
[dev-dependencies.raqote]
version = "0.8"
[[example]]
name = "bevy-image"
path = "examples/bevy-image.rs"
required-features = ["bevy"]
[[example]]
name = "dynamic-image"
path = "examples/dynamic-image.rs"
[features]
bevy = ["dep:bevy"]
default = []
[lib]
name = "edges"
path = "src/lib.rs"
[package]
authors = ["@shnewto"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "a library for getting the edges of objects in images with transparency"
edition = "2021"
homepage = "https://github.com/shnewto/edges"
keywords = ["image", "edge", "transparency", "sprite", "bevy"]
license = "MIT OR Apache-2.0"
name = "edges"
readme = "README.md"
repository = "https://github.com/shnewto/edges"
version = "0.3.4"