servo / mozangle

Mozilla’s fork of Google ANGLE, repackaged as a Rust crate
Other
40 stars 21 forks source link

mozangle

Mozilla's fork of Google ANGLE, repackaged as a Rust crate.

Feature flags

By default, this crate only compiles the shader translator.

In Windows, the egl Cargo feature enables the EGL and OpenGL ES implementations. Although upstream ANGLE supports more platforms, this crate only configures the Direct3D 11 rendering backend.

[dependencies]
mozangle = { version = "0.5", features = ["egl"] }

Updating ANGLE

To update: