bevy/errors/Cargo.toml

13 lines
217 B
TOML
Raw Normal View History

[package]
name = "errors"
edition = "2021"
description = "Documentation and tests for Bevy's error codes"
publish = false
license = "MIT OR Apache-2.0"
[dependencies]
bevy = { path = ".." }
[lints]
workspace = true