Registry / other / mozangle

mozangle

JSON →
library0.5.5rscratesunverified

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

# Cargo.toml [dependencies] mozangle = "0.5.5"
INSTALL
IMPORT
SIG · MOZANGLE
M
mozangle
otherrustv0.5.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Angle
use mozangle::Angle;

Initialize the ANGLE library for OpenGL ES emulation.

use mozangle::Angle; fn main() { let angle = Angle::new(); println!("ANGLE initialized"); }
Debug
Known issues
gotchaLarge binary size due to bundled ANGLE libraries.
fix
Use dynamic linking or strip symbols if size is a concern.
affects: >=0.5.0
Upgrade
Version history
0.5.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
mozangle — cargo add mozangle · libregistry