Releases: ebkalderon/renderdoc-rs
Releases · ebkalderon/renderdoc-rs
renderdoc 0.12.1
renderdoc 0.12.0
Changed
- Update
bitflags
dependency to 2.0. - Update
libloading
dependency to 0.8.
renderdoc 0.11.0
Changed
- Update
renderdoc-sys
dependency to 1.0.0. - Update
float-cmp
dependency to 0.9. - Update optional
glutin
dependency to 0.30. - Update optional
winit
dependency to 0.28. - Improve crate-level documentation.
Fixed
renderdoc 0.10.1
Changed
- Bump
libloading
dependency to 0.7.
renderdoc 0.10.0
Changed
- Bump
glutin
dependency to 0.26.
renderdoc 0.9.1
Changed
- Allow global synchronized access to RenderDoc (see #79).
- Exclude
vendor
subdirectory fromrenderdoc-sys
crate. - Enable all crate features when generating docs for docs.rs.
Fixed
- Expose
V141
version 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
$PATH
in docs.
renderdoc 0.8.0
Added
- Add dedicated
Error
type to be used throughout the library.
Changed
- Expand API documentation and improve existing documentation quality (PR #81).
- Accept and return
PathBuf
or&Path
in places instead of String and&str
(PR #82). - Accept
Into<String>
andInto<PathBuf>
instead ofAsRef
in places where we are going to be allocating anyway (PR #82). - Return
std::time::SystemTime
instead of a rawu64
inget_capture()
. - Convert crate to Rust 2018 edition.
- Bump
float-cmp
dependency to 0.7. - Bump
libloading
dependency 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
glutin
enabled (PR #69).