mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 18:08:12 +08:00
shader-nodes feature: put shader nodes behind feature gate
This commit is contained in:
@@ -7,7 +7,7 @@ pub mod cubic_spline;
|
||||
pub mod fullscreen_vertex;
|
||||
|
||||
/// required by shader macro
|
||||
#[cfg(feature = "std")]
|
||||
#[cfg(feature = "shader-nodes")]
|
||||
pub use graphene_raster_nodes_shaders::WGSL_SHADER;
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
|
||||
Reference in New Issue
Block a user