Re-export Naga (#4172)

This commit is contained in:
Jacob Hughes 2023-09-25 13:57:15 -04:00 committed by Jim Blandy
parent 7e0d6c971f
commit 27f2ce397a
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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",