heron_debug 0.11.1

Rendering of Heron's collision shapes for debugging purposes
Documentation
[package]
name = "heron_debug"
version = "0.11.1" # auto-version
authors = ["Jonathan Cornaz"]
edition = "2018"
license = "MIT"
description = "Rendering of Heron's collision shapes for debugging purposes"
repository = "https://github.com/jcornaz/heron/"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
2d = ["heron_rapier/2d", "bevy_prototype_lyon", "lyon_path"]
3d = ["heron_rapier/3d"]

[dependencies]
heron_core = { version = "^0.11.1", path = "../core" }
heron_rapier = { version = "^0.11.1", path = "../rapier" }
bevy = { version = "^0.5.0", default-features = false, features = ["render"] }
bevy_prototype_lyon = { version = "0.3.0", optional = true }
lyon_path = { version = "0.17.4", optional = true }
fnv = "^1.0"