![github-actions[bot]](/assets/img/avatar_default.png) 6898351348
			
		
	
	
		6898351348
		
			
		
	
	
	
	
		
			
			Co-authored-by: Bevy Auto Releaser <41898282+github-actions[bot]@users.noreply.github.com>
		
			
				
	
	
		
			30 lines
		
	
	
		
			875 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			875 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "bevy_window"
 | |
| version = "0.11.0-dev"
 | |
| edition = "2021"
 | |
| description = "Provides windowing functionality for Bevy Engine"
 | |
| homepage = "https://bevyengine.org"
 | |
| repository = "https://github.com/bevyengine/bevy"
 | |
| license = "MIT OR Apache-2.0"
 | |
| keywords = ["bevy"]
 | |
| 
 | |
| [features]
 | |
| default = []
 | |
| serialize = ["serde"]
 | |
| 
 | |
| [dependencies]
 | |
| # bevy
 | |
| bevy_app = { path = "../bevy_app", version = "0.11.0-dev" }
 | |
| bevy_ecs = { path = "../bevy_ecs", version = "0.11.0-dev" }
 | |
| bevy_math = { path = "../bevy_math", version = "0.11.0-dev" }
 | |
| bevy_reflect = { path = "../bevy_reflect", version = "0.11.0-dev", features = [
 | |
|     "glam",
 | |
| ] }
 | |
| bevy_utils = { path = "../bevy_utils", version = "0.11.0-dev" }
 | |
| # Used for close_on_esc
 | |
| bevy_input = { path = "../bevy_input", version = "0.11.0-dev" }
 | |
| raw-window-handle = "0.5"
 | |
| 
 | |
| # other
 | |
| serde = { version = "1.0", features = ["derive"], optional = true }
 |