Rename crate folders to remove raidillon prefix
This commit is contained in:
parent
176ea52ab0
commit
3458662cfc
29 changed files with 31 additions and 28 deletions
7
platform/src/context.rs
Normal file
7
platform/src/context.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use winit::event::Event;
|
||||
use raidillon_assets::{ModelManagerRef, ModelManager};
|
||||
|
||||
pub struct PlatformContext {
|
||||
pub current_event: Event<()>,
|
||||
pub asset_manager: ModelManagerRef,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue