Optimize imports
This commit is contained in:
parent
369bbd19c7
commit
50d07ffea5
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
use raidillon_assets::ModelManager;
|
|
||||||
use raidillon_core::engine::EngineTrait;
|
|
||||||
use crate::PlatformContext;
|
use crate::PlatformContext;
|
||||||
|
use raidillon_core::engine::EngineTrait;
|
||||||
|
|
||||||
pub trait Platform<E: EngineTrait<PlatformCtx = PlatformContext>> {
|
pub trait Platform<E: EngineTrait<PlatformCtx = PlatformContext>> {
|
||||||
/// Initialize platform.
|
/// Initialize platform.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue