From 5e7b1e709da08caa8514360234794c1d5f8a681f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Fri, 10 Jan 2025 08:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0serde=E5=AF=B9wasm=E7=9A=84?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- color-module/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/color-module/Cargo.toml b/color-module/Cargo.toml index 103012f..03884be 100644 --- a/color-module/Cargo.toml +++ b/color-module/Cargo.toml @@ -10,7 +10,10 @@ crate-type = ["cdylib"] color-name = "1.1.0" palette = { version = "0.7.6", features = ["serde"] } serde = { version = "1.0.216", features = ["derive"] } +serde-wasm-bindgen = "0.6.5" serde_json = "1.0.134" +strum = { version = "0.26.3", features = ["derive", "strum_macros"] } +strum_macros = "0.26.4" thiserror = "2.0.9" wasm-bindgen = { version = "0.2.99", features = ["serde", "serde_json", "serde-serialize"] }