Skip to content

Commit

Permalink
remove viz integration (see #2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Jan 11, 2024
1 parent ef39eb5 commit 45dfb96
Show file tree
Hide file tree
Showing 25 changed files with 6 additions and 2,186 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
[
integrations/actix,
integrations/axum,
integrations/viz,
integrations/utils,
leptos,
leptos_config,
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ members = [
# integrations
"integrations/actix",
"integrations/axum",
"integrations/viz",
"integrations/utils",

# libraries
Expand Down
1 change: 0 additions & 1 deletion examples/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ CARGO_MAKE_CRATE_WORKSPACE_MEMBERS = [
"timer",
"todo_app_sqlite",
"todo_app_sqlite_axum",
"todo_app_sqlite_viz",
"todomvc",
]

Expand Down
91 changes: 0 additions & 91 deletions examples/todo_app_sqlite_viz/Cargo.toml

This file was deleted.

21 changes: 0 additions & 21 deletions examples/todo_app_sqlite_viz/LICENSE

This file was deleted.

8 changes: 0 additions & 8 deletions examples/todo_app_sqlite_viz/Makefile.toml

This file was deleted.

15 changes: 0 additions & 15 deletions examples/todo_app_sqlite_viz/README.md

This file was deleted.

Binary file removed examples/todo_app_sqlite_viz/Todos.db
Binary file not shown.

This file was deleted.

Binary file removed examples/todo_app_sqlite_viz/public/favicon.ico
Binary file not shown.
2 changes: 0 additions & 2 deletions examples/todo_app_sqlite_viz/rust-toolchain.toml

This file was deleted.

60 changes: 0 additions & 60 deletions examples/todo_app_sqlite_viz/src/error_template.rs

This file was deleted.

21 changes: 0 additions & 21 deletions examples/todo_app_sqlite_viz/src/errors.rs

This file was deleted.

58 changes: 0 additions & 58 deletions examples/todo_app_sqlite_viz/src/fallback.rs

This file was deleted.

24 changes: 0 additions & 24 deletions examples/todo_app_sqlite_viz/src/lib.rs

This file was deleted.

Loading

0 comments on commit 45dfb96

Please sign in to comment.