diff options
| author | mat <github@matdoes.dev> | 2023-03-11 17:02:57 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-03-11 17:02:57 -0600 |
| commit | cd0a1ed8d4c7670eb58d33f521026e760798e1a5 (patch) | |
| tree | 5b47c3ab6ffa3cd2b87b26a24bfb854a53885fc4 /azalea-client/src/lib.rs | |
| parent | 40a0c8acfbfb88be791c295a14014468e2fd4298 (diff) | |
| download | azalea-drasl-cd0a1ed8d4c7670eb58d33f521026e760798e1a5.tar.xz | |
fix doc errors
Diffstat (limited to 'azalea-client/src/lib.rs')
| -rw-r--r-- | azalea-client/src/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index 44a4db6b..8c3936cd 100644 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -26,7 +26,9 @@ mod player; pub mod task_pool; pub use account::Account; -pub use client::{init_ecs_app, start_ecs, Client, ClientInformation, JoinError}; +pub use client::{ + init_ecs_app, start_ecs, Client, ClientInformation, JoinError, JoinedClientBundle, TabList, +}; pub use events::Event; pub use local_player::{GameProfileComponent, LocalPlayer}; pub use movement::{SprintDirection, StartSprintEvent, StartWalkEvent, WalkDirection}; |
