mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 13:13:49 +00:00
14 lines
383 B
TOML
14 lines
383 B
TOML
|
[package]
|
||
|
name = "bevy_ecs_compile_fail_tests"
|
||
|
version = "0.5.0"
|
||
|
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.5.0" }
|
||
|
trybuild = "1.0"
|