Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fc1943s committed Dec 15, 2024
1 parent 18a6540 commit 5d43779
Show file tree
Hide file tree
Showing 34 changed files with 3,705 additions and 3,963 deletions.
128 changes: 68 additions & 60 deletions apps/spiral/builder/spiral_builder.dib.html

Large diffs are not rendered by default.

128 changes: 68 additions & 60 deletions apps/spiral/builder/spiral_builder.dib.ipynb

Large diffs are not rendered by default.

802 changes: 398 additions & 404 deletions apps/spiral/builder/spiral_builder.fsx

Large diffs are not rendered by default.

275 changes: 136 additions & 139 deletions apps/spiral/builder/spiral_builder.rs

Large diffs are not rendered by default.

20 changes: 13 additions & 7 deletions apps/spiral/temp/cube/cube.dib.html

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

20 changes: 13 additions & 7 deletions apps/spiral/temp/cube/cube.dib.ipynb

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

6 changes: 3 additions & 3 deletions apps/spiral/temp/extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ console_log = { version = "1.0" }
futures = ">=0.3,<1"
gloo-net = { version = ">=0.6,<1", features = ["http"] }
js-sys = ">=0.3,<1"
leptos = { version = ">=0.6,<1", features = ["csr", "nightly"] }
leptos_meta = { version = ">=0.6,<1", features = ["csr", "nightly"] }
leptos_router = { version = ">=0.6,<1", features = ["csr", "nightly"] }
leptos = { version = "~0.6", features = ["csr", "nightly"] }
leptos_meta = { version = "~0.6", features = ["csr", "nightly"] }
leptos_router = { version = "~0.6", features = ["csr", "nightly"] }
log = ">=0.4,<1"
reqwest-wasm = { version = ">=0.11,<1", features = ["json"] }
rexie = ">=0.6,<1"
Expand Down
Loading

0 comments on commit 5d43779

Please sign in to comment.