You've already forked AstralRinth
forked from didirus/AstralRinth
Add metadata GV loader api (#84)
* Add metadata GV loader api * Register commands * fix lint + docs issue
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
//! API for interacting with Theseus
|
||||
pub mod auth;
|
||||
pub mod jre;
|
||||
pub mod metadata;
|
||||
pub mod pack;
|
||||
pub mod process;
|
||||
pub mod profile;
|
||||
@@ -19,7 +20,7 @@ pub mod prelude {
|
||||
pub use crate::{
|
||||
auth::{self, Credentials},
|
||||
data::*,
|
||||
jre, pack, process,
|
||||
jre, metadata, pack, process,
|
||||
profile::{self, Profile},
|
||||
profile_create, settings,
|
||||
state::JavaGlobals,
|
||||
|
||||
Reference in New Issue
Block a user