1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00

refactor: move webgpu files to ext root (#17832)

Required for #17826
This commit is contained in:
Leo Kettmeir 2023-02-20 17:48:02 +01:00 committed by GitHub
parent 6915a9b7a7
commit a16c11c5d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,9 @@ readme = "README.md"
repository = "https://github.com/gfx-rs/wgpu"
description = "WebGPU implementation for Deno"
[lib]
path = "lib.rs"
[features]
surface = ["wgpu-core/raw-window-handle", "dep:raw-window-handle"]