From 9f4a4eaa06f3d0136de9088c0e60a0c077248c91 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 20 Dec 2019 18:04:24 +0100 Subject: remove hard coded palette IDs Now that the API actually returns the proper palette IDs, we can use those values instead of relying on the hard coded values. This also gets rid of the make_table script that was mostly hackish anyway, and the lazy static HashMap. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 89b5c10..8949851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,3 @@ base64 = "0.11" termcolor = "1.0" num_enum = "0.4" num-traits = "0.2" -lazy_static = "1.4" -- cgit v1.2.3