bevy/crates/bevy_ecs_compile_fail_tests/Cargo.toml

14 lines
391 B
TOML
Raw Normal View History

[package]
name = "bevy_ecs_compile_fail_tests"
version = "0.7.0-dev"
edition = "2021"
description = "Compile fail tests for Bevy Engine's entity component system"
homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy"
license = "MIT OR Apache-2.0"
publish = false
[dev-dependencies]
bevy_ecs = { path = "../bevy_ecs", version = "0.7.0-dev" }
trybuild = "1.0"