New crate: raidillon_app, refactor game/main.rs to use the new crate
This commit is contained in:
parent
82f3b27732
commit
47c3b2b111
12 changed files with 140 additions and 96 deletions
|
|
@ -1,10 +1,4 @@
|
|||
use raidillon_core::scene::Scene;
|
||||
use raidillon_ecs::components::RigidBodyComponent;
|
||||
use raidillon_ecs::Transform;
|
||||
use raidillon_engine::EngineResources;
|
||||
use raidillon_engine::system::System;
|
||||
use raidillon_physics::Physics;
|
||||
use raidillon_platform::PlatformContext;
|
||||
use raidillon_app::prelude::*;
|
||||
|
||||
/// Do physics calculations and apply to world.
|
||||
#[derive(Default)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue