Skip to content

Commit

Permalink
Add missing trait re-exports in prelude module (#31)
Browse files Browse the repository at this point in the history
* Add missing trait re-exports in prelude module

* Update CHANGELOG.md
  • Loading branch information
ebkalderon authored May 18, 2019
1 parent db2d562 commit 6a01ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Fix improperly designed `launch_replay_ui()` method, update `triangle` example
to match.
* Set correct RenderDoc library path for Android clients.
* Add missing trait re-exports to `prelude` module (PR #31).

## [0.4.0] - 2018-09-16
### Added
Expand Down
2 changes: 1 addition & 1 deletion src/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Contains common types that can be glob-imported (`*`) for convenience.
pub use api::{RenderDocV100, RenderDocV110, RenderDocV111, RenderDocV112};
pub use api::*;
pub use entry::ApiVersion;

0 comments on commit 6a01ca4

Please sign in to comment.