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:
Paolo Barbolini 2024-03-31 11:58:16 +02:00 committed by GitHub
parent 01649f13e2
commit 2ae7b4c7ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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