hydrate-model 0.0.2

Game asset pipeline and authoring framework
Documentation
pub use hydrate_schema::*;

pub use hydrate_data::*;

mod editor;
pub use editor::*;

mod asset_path;
pub use asset_path::*;

mod data_source;
pub use data_source::*;

mod asset_source_id;
pub use asset_source_id::AssetSourceId;

pub use hydrate_pipeline as pipeline;

#[cfg(test)]
mod tests;