concinnity-cook 0.18.66

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