Remove dependency on unmaintained crate.

This commit is contained in:
FiveMovesAhead 2024-05-16 12:42:17 +08:00
parent 60cc7a9513
commit f618525479
2 changed files with 0 additions and 4 deletions

View File

@ -14,7 +14,6 @@ crate-type = ["cdylib", "staticlib"]
tig-algorithms = { path = "../tig-algorithms" }
tig-challenges = { path = "../tig-challenges" }
tig-utils = { path = "../tig-utils" }
wee_alloc = { version = "0.4.5" }
[features]
entry-point = []

View File

@ -1,6 +1,3 @@
#[global_allocator]
static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;
use tig_algorithms::{CHALLENGE}::{ALGORITHM};
use tig_challenges::{*, {CHALLENGE}::*};
use tig_utils::compress_obj;