Skip to content
Snippets Groups Projects
Verified Commit 7fddcacf authored by Louis's avatar Louis :fire:
Browse files

Enable wasm-bindgen for instant

parent e75eb3c7
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ bytemuck = "1.12" ...@@ -26,7 +26,7 @@ bytemuck = "1.12"
dashmap = "5.4" dashmap = "5.4"
fancy-regex = "0.11.0" fancy-regex = "0.11.0"
indexmap = "1.9" indexmap = "1.9"
instant = "0.1" instant = { version = "0.1" , features = ["wasm-bindgen"]}
interpolation = { version = "0.2" } interpolation = { version = "0.2" }
kayak_font = { path = "./kayak_font", version = "0.5" } kayak_font = { path = "./kayak_font", version = "0.5" }
kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.5" } kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.5" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment