Update module name

This commit is contained in:
Hanno Braun 2023-06-06 11:34:38 +02:00
parent 88ff9f6c6e
commit ca2f161683
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#![warn(missing_docs)]
mod run;
mod display;
mod window;
pub use self::run::{display, Error};
pub use self::display::{display, Error};