renderdoc 0.5.0
Pre-release
Pre-release
Added
- Add CI and documentation badges.
- Implement support for API versions 1.3.0 and 1.4.0.
- Allow string slices with lifetimes in
set_capture_file_comments().
Changed
- Bump
glutindependency to 0.21. - Bump
gfxdev-dependency to 0.18.1. - Bump
gfx_window_glutindev-dependency to 0.31. - Upgrade CircleCI Rust image to 1.34.1.
- Convert top-level crate to workspace.
- Clean up
renderdoc-syscrate layout. - Minor code formatting tweaks.
- Switch to Circle CI Rust 1.34.1 image.
Fixed
- Switch
set_capture_file_comments()andtrigger_multi_frame_capture()to
take&mut self(PR #32). - Unimplement
Clone,Send, andSyncforRenderDocstruct (PR #29). - Correct default setting in the
get_set_capture_option()unit test. - Fix improperly designed
launch_replay_ui()method, updatetriangleexample
to match. - Set correct RenderDoc library path for Android clients.
- Add missing trait re-exports to
preludemodule (PR #31). - Fix erroneous doc comments (PR #24).