Skip to content

Commit

Permalink
Re-export Naga (#4172)
Browse files Browse the repository at this point in the history
  • Loading branch information
exrook authored and jimblandy committed Sep 25, 2023
1 parent 7e0d6c9 commit 27f2ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ By @wumpf in [#4147](https://github.com/gfx-rs/wgpu/pull/4147)
### Added/New Features

- Add `gles_minor_version` field to `wgpu::InstanceDescriptor`. By @PJB3005 in [#3998](https://github.com/gfx-rs/wgpu/pull/3998)
- Re-export Naga. By @exrook in [#4172](https://github.com/gfx-rs/wgpu/pull/4172)

### Changes

Expand Down
2 changes: 2 additions & 0 deletions wgpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ pub use wgt::{
))]
#[doc(hidden)]
pub use ::hal;
#[cfg(feature = "naga")]
pub use ::naga;
#[cfg(any(
not(target_arch = "wasm32"),
feature = "webgl",
Expand Down

0 comments on commit 27f2ce3

Please sign in to comment.