Kimbatt

Results 3 issues of Kimbatt

Hi, The following obj file causes the parse_face function to get stuck in an infinite loop: `f f` (3 letters only) In the parse_face function, the pointer never gets advanced,...

If I try to load a local file, which has the character `ű` anywhere in its path, then the splitting process fails. It seems like characters starting from U+0100 (character...

bug

Since commit [07728a35c5e0736c3cec99e7fd9ec33161dbc6fb](https://github.com/gfx-rs/wgpu-native/commit/07728a35c5e0736c3cec99e7fd9ec33161dbc6fb), webassembly builds fail with this error: ``` error[E0277]: `(dyn FnOnce(std::result::Result) + 'static)` cannot be shared between threads safely --> src\lib.rs:4120:41 | 4120 | handle_error_fatal(context, cause, "wgpuDevicePoll"); |...

help wanted