Skip to content

Commit

Permalink
Remove dependency on unmaintained crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
FiveMovesAhead committed May 16, 2024
1 parent 60cc7a9 commit f618525
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tig-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
3 changes: 0 additions & 3 deletions tig-wasm/src/entry_point_template.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit f618525

Please sign in to comment.