wgpu/wgpu-remote
John W. Bruce 057719fdf5 Add Naïve Debug Derives Where Possible
This adds #[derive(Debug)] to all public structs and enums possible.
This also required adding it to some private types that they
transitively depend on. However, the following types depend on types
from external crates that do not implement Debug:

* device::Device
* hub::Hub
* swap_chain::Surface
* swap_chain::SwapChain

To support these types, we would need to use either custom Debug impls
or something like Derivative.

This helps improve the situation in #76.
2019-06-07 14:19:05 -07:00
..
src Add Naïve Debug Derives Where Possible 2019-06-07 14:19:05 -07:00
Cargo.toml Add gfx-backend-gl support 2019-05-19 15:10:52 -04:00
cbindgen.toml Fix cbindgen macro expansion and CI 2019-05-10 21:55:09 -04:00