yew-katex 0.2.0

Render math with KaTeX in Yew!
Documentation
[package]
name = "yew-katex"
version = "0.2.0"
authors = ["Aster <192607617@qq.com>"]
description = "Render math with KaTeX in Yew!"
repository = "https://github.com/GalAster/yew-katex"
readme = "../../Readme.md"
license = "MPL-2.0"
edition = "2018"

[dependencies]
yew = "0.17"
katex-wasmbind = {version = "0.8", path = "../wasmbind-katex"}
anyhow = "1.0"

[dev-dependencies]


[features]
default = ["auto-cdn"]
auto-cdn = []