Removes atomic dependency
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -2,7 +2,7 @@ use std::ops::{Deref, DerefMut};
|
||||
use std::sync::atomic::{AtomicBool, AtomicU32, AtomicU8, Ordering};
|
||||
use std::sync::{Arc, Weak};
|
||||
|
||||
use atomic::Atomic;
|
||||
use atomig::Atomic;
|
||||
use parking_lot::RwLock;
|
||||
|
||||
use crate::defines::{LevelInt, MAX_MOVES};
|
||||
|
||||
Reference in New Issue
Block a user