From 02790595c3c81c0e245f3dd3cfb391e68f6dbb44 Mon Sep 17 00:00:00 2001 From: Charlotte McElwain Date: Thu, 20 Feb 2025 12:11:48 -0800 Subject: [PATCH] Ci. --- docs/cargo_features.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cargo_features.md b/docs/cargo_features.md index 00f27a618490a..ef88559b3b538 100644 --- a/docs/cargo_features.md +++ b/docs/cargo_features.md @@ -94,6 +94,7 @@ The default feature set enables most of the expected features of a game engine, |serialize|Enable serialization support through serde| |shader_format_glsl|Enable support for shaders in GLSL| |shader_format_spirv|Enable support for shaders in SPIR-V| +|shader_format_wesl|Enable support for shaders in WESL| |spirv_shader_passthrough|Enable passthrough loading for SPIR-V shaders (Only supported on Vulkan, shader capabilities and extensions must agree with the platform implementation)| |statically-linked-dxc|Statically linked DXC shader compiler for DirectX 12| |symphonia-aac|AAC audio format support (through symphonia)|