
# Objective - Fixes #19670 ## Solution - Updated breaking code to be able to upgrade `ui_test` to the latest version. ## Testing - CI checks. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
318 B
TOML
16 lines
318 B
TOML
[package]
|
|
name = "compile_fail_utils"
|
|
edition = "2024"
|
|
description = "Utils for compile tests used in the engine"
|
|
homepage = "https://bevy.org"
|
|
repository = "https://github.com/bevyengine/bevy"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
ui_test = "0.30.1"
|
|
|
|
[[test]]
|
|
name = "example"
|
|
harness = false
|