Init
This commit is contained in:
		
							
								
								
									
										19
									
								
								app-bevy/Cargo.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								app-bevy/Cargo.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,19 @@
 | 
			
		||||
[package]
 | 
			
		||||
name = "autonomous-agents"
 | 
			
		||||
version = { workspace = true }
 | 
			
		||||
edition = { workspace = true }
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
bevy = { workspace = true }
 | 
			
		||||
log = { workspace = true }
 | 
			
		||||
lib-utils = { path = "../lib-utils" }
 | 
			
		||||
 | 
			
		||||
[features]
 | 
			
		||||
default = ["bevy/dynamic_linking", "bevy/wayland"]
 | 
			
		||||
nightly = ["bevy/dynamic_linking", "bevy/wayland"] # Remove dynamic_linking when shipping!
 | 
			
		||||
 | 
			
		||||
[package.metadata.rust-analyzer]
 | 
			
		||||
rustc_private = true
 | 
			
		||||
 | 
			
		||||
[unstable]
 | 
			
		||||
codegen-backend = true
 | 
			
		||||
		Reference in New Issue
	
	Block a user