From 59519e140817f43ea3c7855740f211dcaa8ad685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Thu, 6 Feb 2025 10:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0web=5Fsys=E5=BA=93=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/color-module/Cargo.toml b/color-module/Cargo.toml index d829ab4..963c0a2 100644 --- a/color-module/Cargo.toml +++ b/color-module/Cargo.toml @@ -17,6 +17,7 @@ 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"] } +web-sys = {version = "0.3.77", features = ["console", "Window"]} [dev-dependencies] wasm-bindgen-test = "0.3.49"