brendanzab / gl-rs

An OpenGL function pointer loader for Rust
Apache License 2.0
680 stars 115 forks source link

Add wasm-bindgen as an optional dependency to webgl_stdweb #528

Closed coolreader18 closed 3 years ago

coolreader18 commented 3 years ago

This allows webgl_stdweb to be compiled under wasm-pack, as it allows the js!/derive(ReferenceType) stdweb macros to access any wasm_bindgen:: functions/macros it may need.

Closes #506, sort of?