lo48576 / fbxcel-dom

FBX DOM library for Rust. // See https://github.com/lo48576/fbx-viewer for working example application // rework (total rewrite) is planned
Apache License 2.0
25 stars 10 forks source link

Compile error #10

Closed YoshieraHuang closed 2 years ago

YoshieraHuang commented 2 years ago

When I use this crate, this compile error shows

error: 1 positional argument in format string, but no arguments were given
   --> src\v7400\data\mesh\layer\common.rs:248:89
    |
248 |             MappingMode::None | MappingMode::ByEdge => bail!("Unsupported mapping mode: {:?}"),
    |                                                                                         ^^^^

error: could not compile `fbxcel-dom` due to previous error

This error exists for 0.0.6, 0.0.5 and the develop branch.

lo48576 commented 2 years ago

Fixed by #11.