19 lines
		
	
	
		
			427 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			427 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "bevy_macro_utils"
 | |
| version = "0.5.0"
 | |
| edition = "2018"
 | |
| authors = [
 | |
|     "Bevy Contributors <bevyengine@gmail.com>",
 | |
|     "Carter Anderson <mcanders1@gmail.com>",
 | |
| ]
 | |
| description = "A collection of utils for Bevy Engine"
 | |
| homepage = "https://bevyengine.org"
 | |
| repository = "https://github.com/bevyengine/bevy"
 | |
| license = "MIT"
 | |
| keywords = ["bevy"]
 | |
| 
 | |
| [dependencies]
 | |
| cargo-manifest = "0.2.3"
 | |
| proc-macro2 = "1.0"
 | |
| syn = "1.0"
 | 
