add dual impl for bitboard (bitvec and standard)
This commit is contained in:
@@ -18,9 +18,12 @@ debug = true
|
||||
|
||||
lto = true
|
||||
|
||||
[features]
|
||||
bitvec = [ "dep:bitvec" ]
|
||||
|
||||
[dependencies]
|
||||
arrayvec = "0.7"
|
||||
bitvec = "1"
|
||||
bitvec = { version = "1", optional = true }
|
||||
either = "1.13"
|
||||
indicatif = "0.17"
|
||||
lazy_static = "1.5"
|
||||
|
||||
Reference in New Issue
Block a user