metaverse_objects 0.2.1

Metaverse objects, a crate for handling objects in Benthic
1
2
3
4
5
6
7
8
9
10
/// Functions for managing avatar assets
pub mod avatar_asset;
/// error handling for the Objects crate
pub mod errors;
/// Functions for handling http requests
pub mod http_handler;
/// Functions for handling scene object data
pub mod object_handler;
/// Functions for handling scene object updates
pub mod object_updates;