concinnity-cook 0.19.0

Authored world model, validation, and the asset cook pipeline that bakes a Concinnity world into a blob
Documentation
1
2
3
4
pub(crate) fn check(name: &str, args: &serde_json::Value) -> Result<(), String> {
    crate::compile::texture::validate_texture_generator(args)
        .map_err(|e| format!("Asset '{}': {}", name, e))
}