mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Re-export Naga (#4172)
This commit is contained in:
parent
7e0d6c971f
commit
27f2ce397a
@ -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
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user