/// Module with camea utils
/// Contrais implementations of trait camera
/// Enable it with feature "camera"
/// Module with resource managers
/// Load resources of diferent types in memory
/// Enable it with feature "resource-manager"
/// Module with simple buffers
/// A way to use buffers more easy
/// Enable it with feature "simple-buffers"
/// Module with bindings
/// Group a bind_group and layout into a single structure
/// Enable it with feature "simple-bindings"
/// Module with depth-textures
/// Create depth textures easily
/// Enable it with feature "depth-textures"
/// Module with errors