reduce the use visibility

This commit is contained in:
Lokathor 2018-12-25 16:45:51 -07:00
parent 0a6a089e70
commit c440be7467

View file

@ -13,7 +13,7 @@
//! they won't bother to check that you've set the video mode they're designed
//! for.
pub use super::*;
pub(crate) use super::*;
pub mod bitmap;
pub mod tiled;