mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
423a4732c3
# Objective Closes #13241 ## Solution Update test utils to use `ui_test` 0.23.0. ## Testing - Run compile tests for bevy_ecs. cc @BD103
18 lines
437 B
TOML
18 lines
437 B
TOML
[package]
|
|
name = "bevy_ecs_compile_fail"
|
|
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
|
|
|
|
[dependencies]
|
|
bevy_ecs = { path = "../" }
|
|
|
|
[dev-dependencies]
|
|
compile_fail_utils = { path = "../../../tools/compile_fail_utils" }
|
|
|
|
[[test]]
|
|
name = "ui"
|
|
harness = false
|