brendanzab / gl-rs

An OpenGL function pointer loader for Rust
Apache License 2.0
678 stars 117 forks source link

Bazel build fails #543

Closed tudny closed 1 year ago

tudny commented 1 year ago

Hi! We are migrating our small Rust project from Cargo to Bazel. We use Egui and eframe for GUI and khronos_api is its dependency. Unfortunately, we are experiencing some trouble with building the library.

The issue explained in the repo: https://github.com/mimuw-jnp2-rust/project-matrix-busters/pull/45#issuecomment-1490919148 The repo itself (Bazel PR): https://github.com/mimuw-jnp2-rust/project-matrix-busters/pull/45

tudny commented 1 year ago

The same problem was described here: https://github.com/brendanzab/gl-rs/pull/536

It would be nice to handle it. Thanks!