The missing blinky and stuff
- Rust 100%
| .cargo | fix things | |
| apps | this time may work | |
| native | remove useless symlinks | |
| src | Add native and blinky apps instead of hello | |
| .gitignore |
chore: add a couple of entries to the .gitignore file
|
|
| Cargo.lock | this time may work | |
| Cargo.toml | this time may work | |
| README.md | don't hang | |
Build
laze build -b native
or with CARGO_NET_OFFLINE=true
Run
laze build -b native -m run
or with CARGO_NET_OFFLINE=true