Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/crates/bevy_reflect/compile_fail/Cargo.toml
6598 views
1
[package]
2
name = "bevy_reflect_compile_fail"
3
edition = "2024"
4
description = "Compile fail tests for Bevy Engine's reflection system"
5
homepage = "https://bevy.org"
6
repository = "https://github.com/bevyengine/bevy"
7
license = "MIT OR Apache-2.0"
8
publish = false
9
10
[dependencies]
11
bevy_reflect = { path = "../", features = ["functions"] }
12
13
[dev-dependencies]
14
compile_fail_utils = { path = "../../../tools/compile_fail_utils" }
15
16
[[test]]
17
name = "derive"
18
harness = false
19
20
[[test]]
21
name = "func"
22
harness = false
23
24
[[test]]
25
name = "remote"
26
harness = false
27
28