Registry / other / gl-common

gl-common

JSON →
library0.1.0rscratesunverified

Common glue for libraries using gl-rs

# Cargo.toml [dependencies] gl_common = "0.1.0"
INSTALL
IMPORT
SIG · GL-COMMON
G
gl-common
otherrustv0.1.0
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.

GlFns
use gl_common::GlFns;

Loads OpenGL functions using gl-common.

use gl_common::GlFns; fn main() { let gl = GlFns::load_with(|s| std::ptr::null()); println!("GL functions loaded"); }
Debug
Known issues
gotchaNo repository specified; crate may be unmaintained.
fix
Check for alternatives or verify the source.
affects: *
Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gl-common — cargo add gl-common · libregistry