 0736195a1e
			
		
	
	
		0736195a1e
		
			
		
	
	
	
	
		
			
			# Objective - Fixes #8282 - Update `syn` to 2.0, `encase` to 0.6, `glam` to 0.24 and `hexasphere` to 9.0 Blocked ~~on https://github.com/teoxoy/encase/pull/42~~ and ~~on https://github.com/OptimisticPeach/hexasphere/pull/17~~ --------- Co-authored-by: Nicola Papale <nicopap@users.noreply.github.com> Co-authored-by: JoJoJet <21144246+JoJoJet@users.noreply.github.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			346 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			346 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "bevy_macro_utils"
 | |
| version = "0.11.0-dev"
 | |
| edition = "2021"
 | |
| description = "A collection of utils for Bevy Engine"
 | |
| homepage = "https://bevyengine.org"
 | |
| repository = "https://github.com/bevyengine/bevy"
 | |
| license = "MIT OR Apache-2.0"
 | |
| keywords = ["bevy"]
 | |
| 
 | |
| [dependencies]
 | |
| toml_edit = "0.19"
 | |
| syn = "2.0"
 | |
| quote = "1.0"
 | |
| rustc-hash = "1.0"
 |