Skip to content

Commit

Permalink
update to yew 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Mar 23, 2024
1 parent 03f442e commit 967c193
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions ads-webasm-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ chrono = { version = "0.4.23", default-features = false, features = [
"std",
"wasmbind",
] }
yew = { version = "0.20.0", features = ["csr"] }
yew = { version = "0.21.0", features = ["csr"] }
serde = { version = "1.0", default-features = false }
serde_yaml = "0.9"
yew-tincture = "0.1"
yew-tincture = "0.2.2"
log = "0.4"
wasm-logger = "0.2.0"

Expand Down
4 changes: 2 additions & 2 deletions ads-webasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = "1.76"

[dependencies]
log = "0.4"
yew = { version = "0.20.0", features = ["csr"] }
yew = { version = "0.21.0", features = ["csr"] }
js-sys = "0.3"
gloo = "0.8.0"
gloo-file = "0.2"
Expand All @@ -26,7 +26,7 @@ uuid = { version = "1.2.2", default-features = false, features = [
] } # add feature flag required for uuid crate
csv = { version = "1.1", optional = true }

yew-tincture = "0.1"
yew-tincture = "0.2.2"

simple-obj-parse = { path = "../simple-obj-parse", optional = true }
textured-tri-mesh = { path = "../textured-tri-mesh", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions braid-april-cal/braid-april-cal-webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ authors = ["Andrew Straw <[email protected]>"]
crate-type = ["cdylib", "rlib"]

[dependencies]
yew = { version = "0.20.0", features = ["csr"] }
yew-tincture = "0.1"
yew = { version = "0.21.0", features = ["csr"] }
yew-tincture = "0.2.2"
js-sys = "0.3"
wasm-bindgen = "0.2.92"
web-sys = { version = "0.3", features = [
Expand Down
4 changes: 2 additions & 2 deletions braid/braid-run/braid_frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gloo-utils = "0.1"
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4"
js-sys = "0.3"
yew = { version = "0.20.0", features = ["csr"] }
yew = { version = "0.21.0", features = ["csr"] }
serde = { version = "1.0.85", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
Expand All @@ -26,7 +26,7 @@ uuid = { version = "1.7", default-features = false, features = [
"js",
] } # add feature flag required for uuid crate

yew-tincture = "0.1"
yew-tincture = "0.2.2"

flydra-types = { path = "../../../flydra-types", default-features = false }
rust-cam-bui-types = { path = "../../../rust-cam-bui-types" }
Expand Down
2 changes: 1 addition & 1 deletion braidz-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wasm-logger = "0.2.0"

gloo = "0.8.0"
gloo-file = "0.2"
yew = { version = "0.20.0", features = ["csr"] }
yew = { version = "0.21.0", features = ["csr"] }

wasm-bindgen = "0.2.92"
js-sys = "0.3.28"
Expand Down
4 changes: 2 additions & 2 deletions freemovr-calibration/freemovr-calibration-webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ rust-version = "1.76"
crate-type = ["cdylib", "rlib"]

[dependencies]
yew = { version = "0.20.0", features = ["csr"] }
yew = { version = "0.21.0", features = ["csr"] }
yew-agent = "0.2.0"
yew-tincture = "0.1"
yew-tincture = "0.2.2"
js-sys = "0.3"
wasm-bindgen = "0.2.92"
web-sys = { version = "0.3", features = [
Expand Down
4 changes: 2 additions & 2 deletions strand-cam/yew_frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ wasm-bindgen-futures = "0.4"
js-sys = "0.3"
gloo-events = "0.1.1"
gloo-utils = "0.1"
yew = { version = "0.20.0", features = ["csr"] }
yew = { version = "0.21.0", features = ["csr"] }
serde = { version = "1.0", default-features = false }
serde_json = "1.0"
serde_yaml = "0.9"
http = "0.2"
backtrace = "0.3.40" # here only to require this high version number, not used directly
yew-tincture = "0.1"
yew-tincture = "0.2.2"

strand-cam-storetype = { path = "../../strand-cam-storetype", default-features = false }
flydra-feature-detector-types = { path = "../../flydra-feature-detector/flydra-feature-detector-types", default-features = false }
Expand Down

0 comments on commit 967c193

Please sign in to comment.