Skip to content

Commit

Permalink
Update reqwasm to v0.4.0 and remove non-tailwind example
Browse files Browse the repository at this point in the history
The non-tailwind example is not needed and is only duplicate code
  • Loading branch information
lukechu10 committed Dec 28, 2021
1 parent c7c38dc commit dd1d2f1
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 93 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ members = [
"examples/components",
"examples/context",
"examples/counter",
"examples/page-visit-counter",
"examples/page-visit-counter-tailwindcss",
"examples/hello",
"examples/hello-builder",
Expand Down
2 changes: 1 addition & 1 deletion examples/page-visit-counter-tailwindcss/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Aayush Attri <attriaayush@yahoo.com>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwasm = "0.3.1"
reqwasm = "0.4.0"
anyhow = "1.0"
serde = "1.0"
console_error_panic_hook = "0.1.7"
Expand Down
17 changes: 0 additions & 17 deletions examples/page-visit-counter/Cargo.toml

This file was deleted.

12 changes: 0 additions & 12 deletions examples/page-visit-counter/index.html

This file was deleted.

3 changes: 0 additions & 3 deletions examples/page-visit-counter/index.scss

This file was deleted.

59 changes: 0 additions & 59 deletions examples/page-visit-counter/src/main.rs

This file was deleted.

1 change: 1 addition & 0 deletions website/sitemap_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<url><loc>https://sycamore-rs.netlify.app/examples/higher-order-components</loc><changefreq>monthly</changefreq><priority>0.5</priority></url>
<url><loc>https://sycamore-rs.netlify.app/examples/hydrate</loc><changefreq>monthly</changefreq><priority>0.5</priority></url>
<url><loc>https://sycamore-rs.netlify.app/examples/iteration</loc><changefreq>monthly</changefreq><priority>0.5</priority></url>
<url><loc>https://sycamore-rs.netlify.app/examples/page-visit-counter-tailwindcss</loc><changefreq>monthly</changefreq><priority>0.5</priority></url>
<url><loc>https://sycamore-rs.netlify.app/examples/ssr</loc><changefreq>monthly</changefreq><priority>0.5</priority></url>
<url><loc>https://sycamore-rs.netlify.app/examples/todomvc</loc><changefreq>monthly</changefreq><priority>0.5</priority></url>
<url><loc>https://sycamore-rs.netlify.app/examples/tweened</loc><changefreq>monthly</changefreq><priority>0.5</priority></url>
Expand Down

0 comments on commit dd1d2f1

Please sign in to comment.