alteous
alteous
I have an approach to fix the non-exhaustive problem. The first step is to introduce a new trait `Stub` which is functionally identical to `Default` but does not provide any...
The 2.0 release would probably only have the stubs for now. The design of the builders would need more careful consideration. Thanks for reporting about the features not compiling as...
That's a sensible suggestion. Feel free to make a PR into https://github.com/alteous/gltf/tree/v2-with-extension-macro if you want. I'll be reworking this area soon nonetheless.
I have rebased the changes here: https://github.com/alteous/gltf/commit/70312ffe2d987eeae432c7b9ccde430e7373d518 Do these look good to you? I can update the PR if so and get them merged in.
This might be possible. I'm hesitant to do too much on behalf of the user in the crate since we can't reasonably solve every import problem a user might have....
Hi, could you run `cargo fmt` on this and provide some example code (in comments is OK)?
I agree this is misleading, thanks for pointing this out.
Hi, your understanding is correct, the top-level crate is designed to handle glTF that is known to be valid ahead of time. > other than some intensive introspection on the...
Judging by the scope of glTF-Transform, this seems like something that belongs in a separate package. If your use case is simple and common then I might consider it for...