aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/account/mod.rs
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2026-05-10 16:49:01 +0200
committerLizzy Fleckenstein <lizzy@vlhl.dev>2026-05-10 16:49:37 +0200
commit19df8b416f57271044e1aaab2acbba96569ec105 (patch)
tree846e58a09006237d2c5643d5f3e1545c9187417a /azalea-client/src/account/mod.rs
parent871ef4abac1023d33714d2fda9c54cc63e20a3a5 (diff)
downloadazalea-drasl-main.tar.xz
support yggdrasil accountsHEADmain
Diffstat (limited to 'azalea-client/src/account/mod.rs')
-rw-r--r--azalea-client/src/account/mod.rs2
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};