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
					
				@ -4,6 +4,7 @@ version = "0.14.0-dev"
 | 
				
			|||||||
description = "Bevy Utils Proc Macros"
 | 
					description = "Bevy Utils Proc Macros"
 | 
				
			||||||
edition = "2021"
 | 
					edition = "2021"
 | 
				
			||||||
license = "MIT OR Apache-2.0"
 | 
					license = "MIT OR Apache-2.0"
 | 
				
			||||||
 | 
					repository = "https://github.com/bevyengine/bevy"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[lib]
 | 
					[lib]
 | 
				
			||||||
proc-macro = true
 | 
					proc-macro = true
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user