mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 14:08:32 +00:00
Add repository field to bevy_utils_proc_macros (#12808)
# Objective Make it easy for crates.io / lib.rs users or automated tools to find the repository of `bevy_utils_proc_macros` ## Solution Add the `repository` field to the `Cargo.toml` of `bevy_utils_proc_macros`
This commit is contained in:
parent
01649f13e2
commit
2ae7b4c7ac
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ version = "0.14.0-dev"
|
|||
description = "Bevy Utils Proc Macros"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/bevyengine/bevy"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
Loading…
Add table
Reference in a new issue