diff options
| author | mat <github@matdoes.dev> | 2023-04-20 17:11:56 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-04-20 17:11:56 +0000 |
| commit | 88b09f7791b51639f8191cc88c98fbd13fa7e3d4 (patch) | |
| tree | de9d1497d51190df26eddf00992658ac7bc47924 /azalea-client/src/lib.rs | |
| parent | c4c5edf80b364b9e1281e04b26446cdff499a8b5 (diff) | |
| parent | 821533138152748d3b677afd64f505020d6a83b3 (diff) | |
| download | azalea-drasl-88b09f7791b51639f8191cc88c98fbd13fa7e3d4.tar.xz | |
Merge branch 'main' into 1.20
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, }; |
