start to convert ad-hoc errors to explicit types

This commit was merged in pull request #30.
This commit is contained in:
ash lea
2024-12-30 15:28:39 -05:00
committed by Nova King
parent 0adde69049
commit 8708f240b4
23 changed files with 166 additions and 78 deletions

View File

@@ -1,10 +1,11 @@
use super::{Aspect, AspectIdentifier, Node};
use crate::core::client::Client;
use crate::core::destroy_queue;
use crate::core::error::Result;
use crate::core::registry::Registry;
use crate::core::resource::get_resource_file;
use crate::nodes::spatial::{Spatial, Transform, SPATIAL_ASPECT_ALIAS_INFO};
use color_eyre::eyre::{eyre, Result};
use color_eyre::eyre::eyre;
use glam::{vec3, Vec4Swizzles};
use once_cell::sync::OnceCell;
use parking_lot::Mutex;