$ glow
v0.17.0MAJOR UPDATEGL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.
Latest Update Summary
Crate
Name: glow New version: 0.17.0 Release date: 2026-03-07T04:35:01.036126Z
Crate readme
Short description GL on Whatever: a set of bindings to run GL anywhere (Open GL, OpenGL ES, and WebGL) and avoid target-specific code.
Long description The glow crate provides bindings to run OpenGL, OpenGL ES, and WebGL across different platforms without the need for target-specific code. It allows developers to create graphics applications that can operate in various environments seamlessly.
Features • web-sys target support • minimum Rust version 1.73
Code Examples Build commands
# native
cargo build
# web-sys
cargo build --target wasm32-unknown-unknown
Links • https://crates.io/crates/glow • https://docs.rs/glow
Release info
Release version: N/A
Release description N/A
Code Examples N/A
Minor update: 0.16.0 → 0.17.0
$ DOWNLOADS TREND
$ VERSION HISTORY
$ LINKS
$ INSTALL
cargo add glowOr add to Cargo.toml: glow = "0.17.0"