From 8c2f1f5a55a2a9bb9e04c12236faa341b3fd49b6 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Mon, 29 Jul 2024 22:28:04 +0530 Subject: chore: upgrade to rust 1.80 (#24778) --- ext/webgpu/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/webgpu') diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml index 47b2a3172..00e265f09 100644 --- a/ext/webgpu/Cargo.toml +++ b/ext/webgpu/Cargo.toml @@ -13,6 +13,10 @@ description = "WebGPU implementation for Deno" [lib] path = "lib.rs" +[features] +angle = [] +vulkan-portability = [] + # We make all dependencies conditional on not being wasm, # so the whole workspace can built as wasm. [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -- cgit v1.2.3