Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
use ctor::ctor;
|
||||
|
||||
// Initialize the logger before running tests.
|
||||
#[ctor]
|
||||
fn init() {
|
||||
simplelog::SimpleLogger::init(simplelog::LevelFilter::Info, simplelog::Config::default())
|
||||
.unwrap()
|
||||
}
|
||||
Reference in New Issue
Block a user