[[bin]]
name = "cornix_app"
path = "src/main.rs"
[dependencies.bevy]
features = ["webgpu"]
version = "0.15.1"
[dependencies.lightyear]
version = "0.18"
[lib]
name = "cornix_app"
path = "src/lib.rs"
[lints.clippy]
bool_comparison = "allow"
redundant_type_annotations = "warn"
too_many_arguments = "allow"
type_complexity = "allow"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Application for running Cornix app."
edition = "2021"
keywords = ["science", "multimedia", "games", "gui"]
license = "MIT OR Apache-2.0"
name = "cornix_app"
readme = "README.md"
repository = "https://github.com/voxell-tech/crow"
version = "0.0.0"