12 lines
		
	
	
		
			284 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			284 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "bevy_core"
 | 
						|
version = "0.1.0"
 | 
						|
authors = ["Carter Anderson <mcanders1@gmail.com>"]
 | 
						|
edition = "2018"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
bevy_app = { path = "../bevy_app" }
 | 
						|
bevy_transform = { path = "../bevy_transform" }
 | 
						|
legion = { path = "../bevy_legion" }
 | 
						|
glam = "0.8.6"
 | 
						|
zerocopy = "0.3" |