forked from nonsensical-dev/zenyx-engine
load arbitrary model data
This commit is contained in:
parent
87289bd8b3
commit
901f7a63cf
11 changed files with 959 additions and 314 deletions
|
@ -7,6 +7,7 @@ use tracing::{debug, error, info, warn};
|
|||
use tracing::{level_filters::LevelFilter, subscriber::set_global_default};
|
||||
use tracing_subscriber::{layer::Filter, util::SubscriberInitExt};
|
||||
use winit::event_loop::EventLoop;
|
||||
pub mod bint;
|
||||
pub mod core;
|
||||
|
||||
fn init_logger() {
|
||||
|
@ -26,6 +27,7 @@ fn init_logger() {
|
|||
#[tokio::main(flavor = "current_thread")]
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
init_logger();
|
||||
// bint::main();
|
||||
if !cfg!(debug_assertions) {
|
||||
info!("{}", "Debug mode disabled".bright_blue());
|
||||
set_panic_hook();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue