Removes atomic dependency
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-01 18:44:09 +02:00
parent 37f0cf8c35
commit cfabd7c790
5 changed files with 28 additions and 17 deletions

View File

@@ -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};