mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -05:00
parent
6915a9b7a7
commit
a16c11c5d1
19 changed files with 3 additions and 0 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue