diff options
| author | Micha White <botahamec@outlook.com> | 2022-09-18 13:49:35 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-09-18 13:49:35 -0400 |
| commit | b92e827eb623a8d93872c6f95aceeb882b867a29 (patch) | |
| tree | a6024b190ac142f2b10c96fd454fa475278e83ff /src/lib.rs | |
| parent | 8f08ff0b62d82bc969aed135b37b864e6b51e0c8 (diff) | |
Reorganized the config
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ #![warn(clippy::nursery)] #![allow(clippy::module_name_repetitions)] +pub mod config; pub mod renderer; +pub use config::RenderWindowConfig; pub use renderer::Renderer; |
