bevy/crates/bevy_scene/src
bjorn3 d6eb647451
Misc cleanups (#879)
* Remove cfg!(feature = "metal-auto-capture")

This cfg! has existed since the initial commit, but the corresponding
feature has never been part of Cargo.toml

* Remove unnecessary handle_create_window_events call

* Remove EventLoopProxyPtr wrapper

* Remove unnecessary statics

* Fix unrelated deprecation warning to fix CI
2020-11-17 13:40:18 -08:00
..
command.rs Asset system rework and GLTF scene loading (#693) 2020-10-18 13:48:15 -07:00
dynamic_scene.rs Asset system rework and GLTF scene loading (#693) 2020-10-18 13:48:15 -07:00
lib.rs System Inputs, Outputs, Chaining, and Registration Ergo (#876) 2020-11-16 18:18:00 -08:00
scene.rs Asset system rework and GLTF scene loading (#693) 2020-10-18 13:48:15 -07:00
scene_loader.rs Misc cleanups (#879) 2020-11-17 13:40:18 -08:00
scene_spawner.rs Asset system rework and GLTF scene loading (#693) 2020-10-18 13:48:15 -07:00
serde.rs adjust to new clippy lints (#826) 2020-11-09 14:12:42 -08:00