Skip to content

Commit

Permalink
update mathjax_svg
Browse files Browse the repository at this point in the history
  • Loading branch information
gw31415 committed Oct 31, 2023
1 parent accb569 commit 67a9b16
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 25 deletions.
39 changes: 16 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "math2img"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["gw31415 <git@amas.dev>"]
description = "Convert mathematical expressions into images"
Expand All @@ -11,7 +11,7 @@ license = "Apache-2.0"
[dependencies]
clap = { version = "4.4.7", features = ["derive"] }
clap_complete = "4.4.4"
mathjax_svg = "1.0.0"
mathjax_svg = "1.0.1"
resvg = "0.36.0"
rustyline = "12.0.0"
tiny-skia = "0.11.2"

0 comments on commit 67a9b16

Please sign in to comment.