diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-19 11:28:12 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-19 11:28:12 +0100 |
commit | d39a7d62e7bdc63b2055ad93bf511cdd1e40e69d (patch) | |
tree | cf592eda16699b9d1022df3dacae563021d25324 /client/src/main.rs | |
parent | 6e49570fcf657009179b9a1b462a8ca30e824bce (diff) | |
download | twclient-d39a7d62e7bdc63b2055ad93bf511cdd1e40e69d.tar twclient-d39a7d62e7bdc63b2055ad93bf511cdd1e40e69d.tar.bz2 twclient-d39a7d62e7bdc63b2055ad93bf511cdd1e40e69d.tar.zst |
a
Diffstat (limited to 'client/src/main.rs')
-rw-r--r-- | client/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/main.rs b/client/src/main.rs index ab05178..8373db9 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -4,6 +4,7 @@ use window::WindowState; use winit::event_loop::EventLoop; pub mod client; +pub mod renderer; pub mod window; fn main() -> Result<()> { |