Skip to content

Commit

Permalink
Update protoviz
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstuart14 committed Oct 2, 2024
1 parent 4e0f775 commit 69b20b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "protoviz-web"
version = "0.2.2"
version = "0.2.3"
authors = ["Daniel Stuart <[email protected]>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dioxus = { version = "0.5.1", features = ["web"] }
dioxus = { version = "0.5.6", features = ["web"] }
dioxus-logger = "0.5.1"
dioxus-free-icons = { version = "0.8.6", features = ["font-awesome-solid", "font-awesome-brands"] }
protoviz = "0.5.2"
protoviz = "0.5.3"
hex_color = "3.0.0"
js-sys = "0.3.70"
web-sys = { version = "0.3.70", features = ["Blob", "BlobPropertyBag", "Url"] }
Expand Down

0 comments on commit 69b20b0

Please sign in to comment.