diff options
| author | LLLL Colonq <llll@colonq> | 2024-12-28 22:14:15 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-12-28 22:14:15 -0500 |
| commit | 2f30c4d25f3e01fb4fc8089134a610195f1cdb13 (patch) | |
| tree | 673ecf44eab08f94343e471c8608336d7c3f60d5 /src/lib.rs | |
| parent | 18534b14ec9fc83a12affe8ac3350f1f414d004e (diff) | |
Networking
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ pub mod texture; pub mod font; pub mod shadow; pub mod audio; +pub mod net; #[cfg(target_arch = "wasm32")] use winit::platform::web::EventLoopExtWebSys; |
