
We have acquired [bevy.org](https://bevy.org) and the migration has finished! Meaning we can now update all of the references in this repo.
27 lines
545 B
TOML
27 lines
545 B
TOML
[package]
|
|
name = "bevy_reflect_compile_fail"
|
|
edition = "2024"
|
|
description = "Compile fail tests for Bevy Engine's reflection system"
|
|
homepage = "https://bevy.org"
|
|
repository = "https://github.com/bevyengine/bevy"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
bevy_reflect = { path = "../", features = ["functions"] }
|
|
|
|
[dev-dependencies]
|
|
compile_fail_utils = { path = "../../../tools/compile_fail_utils" }
|
|
|
|
[[test]]
|
|
name = "derive"
|
|
harness = false
|
|
|
|
[[test]]
|
|
name = "func"
|
|
harness = false
|
|
|
|
[[test]]
|
|
name = "remote"
|
|
harness = false
|