Skip to content

Commit

Permalink
feat: Dioxus 0.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Sep 1, 2024
1 parent 8a6559a commit a303069
Show file tree
Hide file tree
Showing 17 changed files with 794 additions and 197 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm install -D tailwindcss

- name: Install Dioxus CLI
run: cargo binstall --no-confirm dioxus-cli --force
run: cargo install --no-confirm dioxus-cli --force

- name: Install mdbook CLI
run: cargo binstall --no-confirm mdbook --locked --force
Expand Down
Loading

0 comments on commit a303069

Please sign in to comment.