icefoxen
icefoxen
Actually I'm now wondering if this could be done as a cargo plugin? I confess I know nothing about how cargo's internals are structured.
I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.
I'm not terribly awake at the moment but it seems like `gfx-glyph` deals with rendered fonts as bitmaps already, so it shouldn't be too hard to deal with the original...
Thinking about this more... it's annoying because it *feels* like it should be easy, since bitmap fonts are just a degenerate case of exactly what `gfx_glyph` and such is doing...
As it says in the readme, `Not actually a cargo plugin yet.` :disappointed:
The version of `syn` used for `cargo-osha` is currently out of date. Updating it might fix this.
There's 315 unsafe expressions and 754 expressions total.
Thank you! That seems to fix a large portion of the failures. There were a few different errors, but I didn't go too deep into them, this was just that...
A lot of the `unrecognized token: Semicolon, Expected one of ":" or "{"` seems to come from the structure `interface Foo;` which appears invalid; should probably be `interface Foo {}`....
It does not appear that firefox's IDL conforms to the earlier spec either, annoyingly. It might be some weird mutant hybrid and it would surprise me not at all. I...