From 7fddcacfc3fba587a9c94f5bfecbb76ab80dafcc Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Sun, 26 May 2024 21:13:03 +0100 Subject: [PATCH] Enable wasm-bindgen for instant --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba49698..d4bfba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ bytemuck = "1.12" dashmap = "5.4" fancy-regex = "0.11.0" indexmap = "1.9" -instant = "0.1" +instant = { version = "0.1" , features = ["wasm-bindgen"]} interpolation = { version = "0.2" } kayak_font = { path = "./kayak_font", version = "0.5" } kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.5" } -- GitLab