Tags: ebkalderon/renderdoc-rs
Tags
Prepare release 0.12.1 (#152) * Bump renderdoc-sys crate version to 1.1.0 * Bump renderdoc crate version to 0.12.1 Because the changes in renderdoc-sys 1.0 -> 1.1 are entirely additive and cannot impact the outward-facing API of the `renderdoc` crate at all, it should be safe to bump the patch version number here instead of the minor version. * Update CHANGELOG.md
Prepare release 0.11.0 (#145) * Simplify renderdoc-sys/generated_bindings.sh * Regenerate renderdoc-sys/src/bindings.rs with bindgen 0.64.0 * Bump renderdoc-sys crate version to 1.0.0 It's high time for this crate to commit to a 1.x semantic versioning range. The likelihood this API will continue to churn is very low, and if it ever does, compatibility guarantees should be conveyed explicitly using the crate version number. * Improve renderdoc-sys documentation * Remove unused bindgen flags from generate_bindings.sh * Remove renderdoc-sys from workspace default members * Improve renderdoc crate documentation * Gracefully handle RenderDoc absence in triangle.rs example According to the upstream RenderDoc documentation, applications should not panic if RenderDoc isn't loaded. Instead, they should handle its absence gracefully and continue running. The `triangle.rs` example should demonstrate this usage clearly. We should update the `README.md` accordingly too, but considering a total rewrite of this library is coming very soon, it probably isn't worth investing too much time into that. * Bump renderdoc crate version to 0.11.0 * Update CHANGELOG.md * Update copyright year in license file
PreviousNext