switch to color_eyre instead of anyhow
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use crate::core::client::Client;
|
||||
use crate::nodes::Node;
|
||||
use anyhow::Result;
|
||||
use color_eyre::eyre::Result;
|
||||
use once_cell::sync::OnceCell;
|
||||
use stardust_xr::scenegraph;
|
||||
use stardust_xr::scenegraph::ScenegraphError;
|
||||
|
||||
Reference in New Issue
Block a user