Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Oct 4, 2024
1 parent 70223fe commit 28ab490
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vello/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ use low_level::*;
use thiserror::Error;

#[cfg(feature = "wgpu")]
use std::{num::NonZeroUsize, sync::Arc};
use std::{
num::NonZeroUsize,
sync::{atomic::AtomicBool, Arc},
};
#[cfg(feature = "wgpu")]
use vello_encoding::Resolver;
#[cfg(feature = "wgpu")]
Expand Down

0 comments on commit 28ab490

Please sign in to comment.