mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
[naga] Make the example_wgsl test build without wgsl-in feature.
This commit is contained in:
parent
86562e69a6
commit
48091784a1
@ -1,3 +1,5 @@
|
||||
#![cfg(feature = "wgsl-in")]
|
||||
|
||||
use naga::{front::wgsl, valid::Validator};
|
||||
use std::{fs, path::PathBuf};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user