switch to color_eyre instead of anyhow

This commit is contained in:
Nova
2022-12-02 13:58:54 -05:00
parent 03ccf9127d
commit d7a607a663
29 changed files with 114 additions and 118 deletions

View File

@@ -1,5 +1,5 @@
use super::client::Client;
use anyhow::Result;
use color_eyre::eyre::Result;
use slab::Slab;
use stardust_xr::server;
use std::sync::atomic::AtomicU64;