vpayno / dioxus-rust-workspace

Personal workspace for learning Dioxus & Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dioxus-rust-workspace

rust actionlint spellcheck

Personal workspace for learning Dioxus & Rust.

Links

This and other readme files in this repo are RunMe Plabooks.

Use this playbook step/task to update the RunMe cli.

If you don't have runme installed, you'll need to copy/paste the command. :)

go install github.com/stateful/runme/v3@v3

Installing Tools

# install tool dependencies

set -e

cargo install dioxus-cli
cargo install cargo-make
cargo install wasm-pack

printf "\n"
set -x

dx --version
cargo make --version
wasm-pack --version

set +x

About

Personal workspace for learning Dioxus & Rust

License:MIT License


Languages

Language:Rust 87.6%Language:CSS 12.4%