[package]
edition = "2024"
name = "jackdaw_geometry"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal crate for the jackdaw editor"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/jbuehler23/jackdaw"
[lib]
name = "jackdaw_geometry"
path = "src/lib.rs"
[dependencies.bevy]
version = "0.18"
features = [
"experimental_bevy_feathers",
"serialize",
"debug",
"bevy_remote",
"file_watcher",
]
[lints.clippy]
collapsible_if = "allow"
redundant_closure = "allow"
too_many_arguments = "allow"
type_complexity = "allow"