mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
[deno] Switch rustfmt to edition 2024
This commit is contained in:
parent
eb3bed5f53
commit
7f30a8d66e
@ -36,10 +36,7 @@ pub async fn run() -> Result<(), AnyError> {
|
||||
deno_webidl::deno_webidl::init(),
|
||||
deno_console::deno_console::init(),
|
||||
deno_url::deno_url::init(),
|
||||
deno_web::deno_web::init::<Permissions>(
|
||||
Arc::new(BlobStore::default()),
|
||||
None,
|
||||
),
|
||||
deno_web::deno_web::init::<Permissions>(Arc::new(BlobStore::default()), None),
|
||||
deno_webgpu::deno_webgpu::init(),
|
||||
cts_runner::init(),
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user