Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/crates/bevy_derive/compile_fail/Cargo.toml
6597 views
1
[package]
2
name = "bevy_derive_compile_fail"
3
edition = "2024"
4
description = "Compile fail tests for Bevy Engine's various macros"
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_derive = { path = "../" }
12
13
[dev-dependencies]
14
compile_fail_utils = { path = "../../../tools/compile_fail_utils" }
15
16
[[test]]
17
name = "derive"
18
harness = false
19
20