Move PlatformContext to the raidillon_platform crate
This commit is contained in:
parent
9905ffd26b
commit
369bbd19c7
8 changed files with 15 additions and 16 deletions
|
|
@ -1,6 +1,8 @@
|
|||
pub mod platform;
|
||||
mod camera;
|
||||
mod event;
|
||||
pub mod context;
|
||||
|
||||
pub use platform::Platform;
|
||||
pub use camera::Camera;
|
||||
pub use raidillon_core::context::PlatformContext;
|
||||
pub use context::PlatformContext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue