disable crate scoping
This commit is contained in:
parent
2821507e91
commit
68ba604f96
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
use std::borrow::Borrow;
|
use std::borrow::Borrow;
|
||||||
|
|
||||||
pub(crate) mod persistent;
|
mod persistent;
|
||||||
pub(crate) mod rendering;
|
mod rendering;
|
||||||
|
|
||||||
/// This is the game logic entrypoint. Despite being async,
|
/// This is the game logic entrypoint. Despite being async,
|
||||||
/// this is expected to block the main thread for rendering and stuff.
|
/// this is expected to block the main thread for rendering and stuff.
|
||||||
|
Reference in New Issue
Block a user