Releases: ebkalderon/renderdoc-rs
Releases · ebkalderon/renderdoc-rs
renderdoc 0.12.1
renderdoc 0.12.0
Changed
- Update
bitflagsdependency to 2.0. - Update
libloadingdependency to 0.8.
renderdoc 0.11.0
Changed
- Update
renderdoc-sysdependency to 1.0.0. - Update
float-cmpdependency to 0.9. - Update optional
glutindependency to 0.30. - Update optional
winitdependency to 0.28. - Improve crate-level documentation.
Fixed
renderdoc 0.10.1
Changed
- Bump
libloadingdependency to 0.7.
renderdoc 0.10.0
Changed
- Bump
glutindependency to 0.26.
renderdoc 0.9.1
Changed
- Allow global synchronized access to RenderDoc (see #79).
- Exclude
vendorsubdirectory fromrenderdoc-syscrate. - Enable all crate features when generating docs for docs.rs.
Fixed
- Expose
V141version selector.
renderdoc 0.9.0
renderdoc 0.8.1
Fixed
- Fix copy-paste documentation mistake for
end_frame_capture(). - Fix formatting for
unload_crash_handler()docs. - Fix subtle spacing issue around
$PATHin docs.
renderdoc 0.8.0
Added
- Add dedicated
Errortype to be used throughout the library.
Changed
- Expand API documentation and improve existing documentation quality (PR #81).
- Accept and return
PathBufor&Pathin places instead of String and&str(PR #82). - Accept
Into<String>andInto<PathBuf>instead ofAsRefin places where we are going to be allocating anyway (PR #82). - Return
std::time::SystemTimeinstead of a rawu64inget_capture(). - Convert crate to Rust 2018 edition.
- Bump
float-cmpdependency to 0.7. - Bump
libloadingdependency to 0.6. - Switch to Circle CI Rust 1.40.0 image.
Deprecated
- Mark
get_log_file_path_template()andset_log_file_path_template()as deprecated for all RenderDoc API versions after 1.1.2 (PR #83).
Release 0.7.1
Fixed
- Fix build without
glutinenabled (PR #69).