 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>
		
			
				
	
	
		
			17 lines
		
	
	
		
			304 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			304 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "bevy_ecs_macros"
 | |
| version = "0.11.0-dev"
 | |
| description = "Bevy ECS Macros"
 | |
| edition = "2021"
 | |
| license = "MIT OR Apache-2.0"
 | |
| 
 | |
| [lib]
 | |
| proc-macro = true
 | |
| 
 | |
| [dependencies]
 | |
| bevy_macro_utils = { path = "../../bevy_macro_utils", version = "0.11.0-dev" }
 | |
| 
 | |
| syn = "2.0"
 | |
| quote = "1.0"
 | |
| proc-macro2 = "1.0"
 |