You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
163: Remove Rust wrapper and examples r=kvark a=kvark
Fixesgfx-rs#160Closesgfx-rs#60
Everything specific to Rust API is about to be moved to https://github.com/gfx-rs/wgpu-rs
It would let this project to be a proper mirror of mozilla-central piece, and it would encourage other authors to experiment with different approaches to Rust wrappers (i.e. borrowing versus non-borrowing).
cc @jdashg
Co-authored-by: Dzmitry Malyshau <[email protected]>
@dobkeratops have a good example in https://github.com/dobkeratops/android_rust_gl
We'll probably need a platform implemented as well as to have a separate GLES-2.0 device.
The text was updated successfully, but these errors were encountered: