diff options
| author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-05-10 16:49:01 +0200 |
|---|---|---|
| committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-05-10 16:49:37 +0200 |
| commit | 19df8b416f57271044e1aaab2acbba96569ec105 (patch) | |
| tree | 846e58a09006237d2c5643d5f3e1545c9187417a /azalea-client/src/account/mod.rs | |
| parent | 871ef4abac1023d33714d2fda9c54cc63e20a3a5 (diff) | |
| download | azalea-drasl-main.tar.xz | |
Diffstat (limited to 'azalea-client/src/account/mod.rs')
| -rw-r--r-- | azalea-client/src/account/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-client/src/account/mod.rs b/azalea-client/src/account/mod.rs index 23ca7976..7b8192c3 100644 --- a/azalea-client/src/account/mod.rs +++ b/azalea-client/src/account/mod.rs @@ -3,6 +3,8 @@ #[cfg(feature = "online-mode")] pub mod microsoft; pub mod offline; +#[cfg(feature = "online-mode")] +pub mod yggdrasil; use std::{fmt::Debug, ops::Deref, pin::Pin, sync::Arc}; |
