mozangle icon indicating copy to clipboard operation
mozangle copied to clipboard

Separate ANGLE additions into separate crate that depends on unmodified ANGLE build

Open jdm opened this issue 6 years ago • 0 comments

The presence of a Rust crate that calls C functions that are compiled into in the ANGLE static library makes it hard to deal with the DLL mess that exists on Windows. If the additions to the ANGLE API could live in a separate library and crate that depends on an angle-sys crate that is just the unmodified ANGLE sources, that would be easier to reason about.

jdm avatar Sep 12 '19 19:09 jdm