Registry / other / hydrate-pipeline

hydrate-pipeline

JSON →
library0.0.2rscratesunverified

Game asset pipeline and authoring framework.

# Cargo.toml [dependencies] hydrate-pipeline = "0.0.2"
INSTALL
IMPORT
SIG · HYDRATE-PIPELINE
H
hydrate-pipeline
otherrustv0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pipeline
use hydrate_pipeline::Pipeline;

Create a pipeline and process assets.

use hydrate_pipeline::Pipeline; fn main() { let mut pipeline = Pipeline::new(); pipeline.add_source("assets/"); pipeline.process().unwrap(); println!("Assets processed"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
hydrate-pipeline — cargo add hydrate-pipeline · libregistry