diff options
| author | mat <github@matdoes.dev> | 2023-04-19 20:10:40 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-04-19 20:10:40 +0000 |
| commit | 821533138152748d3b677afd64f505020d6a83b3 (patch) | |
| tree | bc4ce41130374cafc9f30c06044590dc9b87ee6c /azalea-client/src/lib.rs | |
| parent | 0b49939374c222b8037aebe0101fc96506dddd81 (diff) | |
| download | azalea-drasl-821533138152748d3b677afd64f505020d6a83b3.tar.xz | |
rename and export AccountOpts
Diffstat (limited to 'azalea-client/src/lib.rs')
| -rw-r--r-- | azalea-client/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index 8c3936cd..04fec604 100644 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -25,7 +25,7 @@ pub mod ping; mod player; pub mod task_pool; -pub use account::Account; +pub use account::{Account, AccountOpts}; pub use client::{ init_ecs_app, start_ecs, Client, ClientInformation, JoinError, JoinedClientBundle, TabList, }; |
