jackdaw_geometry 0.2.0

Internal crate for the jackdaw editor
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 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 = "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"