mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 08:13:27 +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…
Reference in New Issue
Block a user