From 275d7ac2ffde9afaa4f52962565bd41891f4bfca Mon Sep 17 00:00:00 2001 From: teoxoy <28601907+teoxoy@users.noreply.github.com> Date: Wed, 4 Jan 2023 15:52:57 +0100 Subject: [PATCH] disable the `expose-ids` feature by default --- wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 97ab4980ae..4aec1f8ae6 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -80,7 +80,7 @@ name = "stencil-triangles" test = true [features] -default = ["wgsl", "expose-ids"] +default = ["wgsl"] # Apply run-time checks, even in release builds. These are in addition # to the validation carried out at public APIs in all builds. strict_asserts = ["wgc?/strict_asserts", "wgt/strict_asserts"]