[package]
name = "notation_bevy_utils"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://www.notation.fun"
repository = "https://github.com/notation-fun/notation"
description = "Fun notation - bevy utils"
[lib]
[features]
default = [
"bevy/bevy_gltf",
"bevy/bevy_winit",
"bevy/render",
"bevy/png",
]
inspector = [
"bevy-inspector-egui",
]
dev = [
]
[dependencies]
serde = { version = "1.0.126", features = ["derive"] }
serde_arrays = "0.1.0"
anyhow = "1.0"
ron = "0.6"
float_eq = "0.6"
bevy = { version = "0.5.0", default-features = false }
rand = "0.8"
getrandom = { version="0.2", features=["wasm-bindgen"] }
bevy_prototype_lyon = "0.3.1"
bevy_egui = "0.6"
bevy_easings = "0.4.1"
bevy-inspector-egui = { version = "0.5.1", optional = true }