xtoyr/README.md

30 lines
526 B
Markdown
Raw Normal View History

2024-05-23 19:43:44 +02:00
# xtoyr
2024-05-23 20:11:16 +02:00
Write french words.
## User documentation
This software isn't released yet.
## Developer documentation
> See [system requirements](https://tauri.app/v1/guides/getting-started/prerequisites#1-system-dependencies)
This project use [Tauri v1](https://tauri.app).
### See changes
```sh
cargo tauri dev
```
### Build
<!-- rustup target add x86_64-pc-windows-gnu -->
```sh
cargo tauri build --target x86_64-pc-windows-gnu
```
This creates installer at `src-tauri/target/x86_64-pc-windows-gnu/release/xtoyr.exe`.