ℹ️ This proyect is for myself page
- Native (MacOs, Linux & Windows)
- Web (Wasm)
- Library (Usable in other rust proyects)
- Mobile
- Android
- iOS (
⚠️ Soon)
- Rust
- Cargo
- Cargo Make
- Trunk (Optional for web development)
- Edit the
.envfile if you need - Run
cargo make devfor run as development mode (Native window) - Run
cargo make --list-all-stepsfor check all aviable tasks
- build - Generate release binary/lib
- check - Check all issues, format and code quality
- clean - Clean all target directory
- clippy - Check code quality
- default - Check all issues, format and code quality
- dev - Run native launcher with development configuration
- fix-all - Try fix all clippy and format issues
- fix-clippy - Fix code quality
- fix-fmt - Fix format
- fmt - Check format quality
- test - Check all unit test
⚠️ Check thelaunchersfolders
