no_std
This commit is contained in:
parent
c0e915f1b4
commit
00261d95c1
9 changed files with 102 additions and 96 deletions
|
|
@ -72,6 +72,10 @@
|
|||
//! - chess960 and other variants
|
||||
//! - etc.
|
||||
|
||||
#![no_std]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
pub(crate) mod array_vec;
|
||||
pub(crate) mod lookup;
|
||||
pub(crate) mod magics;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue