| 
							
							
								 John Mitchell | 3f5aae877e | Removed some whitespace. | 2020-08-13 13:00:27 -04:00 |  | 
			
				
					| 
							
							
								 John Mitchell | 5b99ad2483 | Use if statement instead of match as that didn't work as expected. | 2020-08-13 12:58:23 -04:00 |  | 
			
				
					| 
							
							
								 John Mitchell | c40f39ec7e | Make sure we translate the new type for wgpu. | 2020-08-13 12:50:13 -04:00 |  | 
			
				
					| 
							
							
								 John Mitchell | 02b1907738 | Use BindingShaderStage to pass which program the binding is attached to. | 2020-08-13 12:44:21 -04:00 |  | 
			
				
					| 
							
							
								 Halfwhit | 14bfd698c5 | Update lib.rs | 2020-08-13 17:39:33 +01:00 |  | 
			
				
					| 
							
							
								 Milan Vaško | e96afc33a7 | Add support for embedded buffers in GLTF loader | 2020-08-13 16:30:49 +02:00 |  | 
			
				
					| 
							
							
								 Wouter Standaert | f539b6e7f6 | Using event_loop for getting video mode | 2020-08-13 11:27:51 +02:00 |  | 
			
				
					| 
							
							
								 Wouter Standaert | a738771c93 | Add resizable and windowmode options to window creation | 2020-08-13 10:47:40 +02:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | a7f1889a35 | Merge pull request #153 from multun/remove-entities-current ecs: remove unused Entities::current | 2020-08-13 01:21:43 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 8bb52f8490 | Merge pull request #161 from MatteoGgl/patch-1 Creates linux_dependencies.md | 2020-08-13 01:09:58 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | bf3fdf68b1 | Merge pull request #160 from jakerr/window-builder Use window_builder when configuring initial window | 2020-08-13 01:05:23 -07:00 |  | 
			
				
					| 
							
							
								 Matteo Guglielmetti | 5102893e71 | Creates linux_dependecies.md This document will be linked in the new "Install OS dependencies" section on the "Setup" page of the book.
See related issue at [this page](https://github.com/bevyengine/bevy-website/issues/6) | 2020-08-13 09:59:03 +02:00 |  | 
			
				
					| 
							
							
								 Jake Kerr | ad446c5f60 | Use window_builder when configuring initial window This fixes issue #159 where the window would briefly show with default options. | 2020-08-13 15:37:26 +09:00 |  | 
			
				
					| 
							
							
								 Victor "multun" Collod | 8662ab3622 | ecs: remove unused Entities::current | 2020-08-12 21:16:20 -07:00 |  | 
			
				
					| 
							
							
								 OptimisticPeach | 86c20eb6df | Add Icospheres. Additionally documents the shapes module. | 2020-08-13 00:14:23 -04:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 19d2f9c2cd | Merge pull request #144 from BafDyce/fix-comment-keyboard-input-event-example Fix comment in keyboard_input_event example | 2020-08-12 18:57:21 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | f65f600bbb | Merge pull request #132 from reidbhuntley/master Cleaned up breakout example collision code, altered setup so ball doesn't clip through walls as often | 2020-08-12 18:56:01 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | f49d07c0cc | re-enable high performance gpu preference | 2020-08-12 18:53:56 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 85b6c7d45c | Merge pull request #109 from MGlolenstine/gpu_missing_message Added missing gpu message instead of panicking on 'None'. | 2020-08-12 18:51:44 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 090c06c55a | Merge pull request #151 from zicklag/patch-2 [Docs] Add Cargo Expand to Macro Debugging Tips | 2020-08-12 18:50:03 -07:00 |  | 
			
				
					| 
							
							
								 Zicklag | 968fdbba9b | Add Note About Cargo Expand Pager | 2020-08-12 19:22:01 -05:00 |  | 
			
				
					| 
							
							
								 Zicklag | 4977837fad | Add Cargo Expand to Macro Debugging Tips | 2020-08-12 19:18:26 -05:00 |  | 
			
				
					| 
							
							
								 Nicholas Rishel | 74db5e2a5b | -Clinker=lld was overwriting linker="lld-link.exe"; having both is unnecessary. Using the bundled lld (rust-lld) for Windows. | 2020-08-12 16:44:22 -07:00 |  | 
			
				
					| 
							
							
								 reidbhuntley | e1d65c652e | Rename collider variable | 2020-08-12 17:50:55 -04:00 |  | 
			
				
					| 
							
							
								 Fabian Würfl | 671862deda | Fix comment in keyboard_input_event example | 2020-08-12 18:13:32 +02:00 |  | 
			
				
					| 
							
							
								 reidbhuntley | e980b83ce2 | Clamp the timestep to stop ball from escaping | 2020-08-12 09:13:10 -04:00 |  | 
			
				
					| 
							
							
								 MGlolenstine | 241bd70797 | added missing gpu(drivers) message instead of panicking on 'None' | 2020-08-12 08:58:07 +02:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | d488d4e308 | Merge pull request #131 from aclysma/ignore-jetbrains-project-files Ignore CLion/intellij project files | 2020-08-11 23:46:57 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 5d0d3e83ea | Merge pull request #104 from bitshifter/glam-0.9 Upgrade glam from 0.8.7 to 0.9.3 | 2020-08-11 23:44:28 -07:00 |  | 
			
				
					| 
							
							
								 Cameron Hart | 5912206441 | Upgrade glam to 0.9.3 | 2020-08-12 17:31:51 +12:00 |  | 
			
				
					| 
							
							
								 reidbhuntley | 11748456b6 | Cleaned up collision code in breakout | 2020-08-11 23:43:27 -04:00 |  | 
			
				
					| 
							
							
								 Philip Degarmo | 0a8bf73526 | Ignore CLion/intellij project files | 2020-08-11 20:41:37 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 00a887214e | Merge pull request #108 from caelunshun/feature-gated-deps Make audio/image dependencies optional through feature flags | 2020-08-11 15:31:39 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 81879b77cf | Merge pull request #106 from Dispersia/master Change Power Preference to High Performance | 2020-08-11 15:28:18 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 2d6b0ccadd | Merge pull request #118 from adekau/patch-1 Fix 404 link to License file in README | 2020-08-11 15:13:13 -07:00 |  | 
			
				
					| 
							
							
								 adekau | 5f5875c8c9 | Fix 404 link to License file | 2020-08-11 15:10:32 -04:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 391b08a779 | Merge pull request #101 from GabLotus/dev/lotus/discord_readme Add discord server link to bevy readme | 2020-08-11 01:22:29 -07:00 |  | 
			
				
					| 
							
							
								 caelunshun | 58be36a09a | Fix compilation when png or hdr features are disabled | 2020-08-11 00:49:17 -06:00 |  | 
			
				
					| 
							
							
								 caelunshun | a694d9a1b6 | Make audio/image dependencies optional through feature flags | 2020-08-11 00:30:42 -06:00 |  | 
			
				
					| 
							
							
								 Gab Campbell | 7363d1dbe1 | Merge branch 'dev/lotus/discord_readme' of https://github.com/GabLotus/bevy into dev/lotus/discord_readme | 2020-08-10 23:21:31 -07:00 |  | 
			
				
					| 
							
							
								 Gab Campbell | 5d58fe3d12 | Add discord server link to bevy readme | 2020-08-10 23:16:50 -07:00 |  | 
			
				
					| 
							
							
								 Aaron Housh | c42dad5f7c | Change Power Preference to High Performance | 2020-08-10 21:05:54 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 5e76a018c9 | fix ron doc tests | 2020-08-10 20:06:18 -07:00 |  | 
			
				
					| 
							
							
								 Gab Campbell | aef78bcc7b | Add discord server link to bevy readme | 2020-08-10 15:46:48 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 6db89da324 | bump bevy_winit version | 2020-08-10 13:12:57 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | d549129d0e | hopefully fix windows build | 2020-08-10 13:06:22 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 7f6fc616df | exclude assets from published crate | 2020-08-10 02:22:36 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | c04d64440b | update bevy version | 2020-08-10 02:09:38 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 1d68094f59 | add link to "introducing bevy" blog post | 2020-08-10 02:08:55 -07:00 |  | 
			
				
					| 
							
							
								 Carter Anderson | 88577d2880 | update readme | 2020-08-10 00:07:00 -07:00 |  |