renderdoc 0.8.0
Pre-release
Pre-release
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).