bevy/tools/compile_fail_utils/Cargo.toml
Martín Maita d70c469483
Update ui_test requirement from 0.23.0 to 0.29.1 (#18289)
# Objective

- Fixes #18223.

## Solution

- Updated ui_test requirement from 0.23.0 to 0.29.1.
- Updated code to use the new APIs.

## Testing

- Ran CI locally.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 16:34:33 +00:00

16 lines
324 B
TOML

[package]
name = "compile_fail_utils"
edition = "2024"
description = "Utils for compile tests used in the engine"
homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
ui_test = "0.29.1"
[[test]]
name = "example"
harness = false