Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #58

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Dev #58

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"cSpell.words": [
"beforeunload",
"bindgen",
"blazingly",
"collapsibles",
"contextmenu",
"darkgrey",
"datetime",
"Deque",
"describedby",
"dind",
"dispatchable",
"dotenv",
"dotenvy",
"fileserv",
Expand All @@ -16,13 +20,15 @@
"haspopup",
"hoverable",
"icondata",
"iframe",
"indoc",
"inplace",
"interactable",
"itertools",
"jobspec",
"keydown",
"keyup",
"labelledby",
"leptos",
"listbox",
"mousedown",
Expand Down Expand Up @@ -59,6 +65,7 @@
"touchend",
"touchmove",
"touchstart",
"typeahead",
"uuid"
],
"rust-analyzer.linkedProjects": [
Expand Down
3 changes: 2 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ install-tools:
cargo install cargo-whatfeatures # Inspect features made available by a specific crate.
cargo install just # Tool to execute the recepies of this Justfile.
cargo install tokei # Count your code, line counts, quickly.
cargo install trunk # Build, watch, server WASM frontends.
cargo install trunk # Build, watch, serve WASM frontends.
cargo install cargo-leptos # Build, watch, serve Leptos applications.
cargo install twiggy # Inspect WASM bundles.
cargo install create-tauri-app # Create new Tauri application.
cargo install [email protected] # Run tauri applications.
Expand Down
Loading