2024-05-23 19:43:44 +02:00
|
|
|
# xtoyr
|
2024-05-23 20:11:16 +02:00
|
|
|
|
2024-05-23 22:03:24 +02:00
|
|
|
Write French words.
|
2024-05-23 20:11:16 +02:00
|
|
|
|
|
|
|
## 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
|
|
|
|
```
|
|
|
|
|
2024-05-23 22:03:24 +02:00
|
|
|
### Build for Windows
|
2024-05-23 20:11:16 +02:00
|
|
|
|
2024-05-23 22:03:24 +02:00
|
|
|
> Require `rustup target add x86_64-pc-windows-gnu`
|
2024-05-23 20:11:16 +02:00
|
|
|
|
|
|
|
```sh
|
|
|
|
cargo tauri build --target x86_64-pc-windows-gnu
|
|
|
|
```
|
|
|
|
|
2024-05-23 22:03:24 +02:00
|
|
|
This creates executable at
|
|
|
|
`src-tauri/target/x86_64-pc-windows-gnu/release/xtoyr.exe`, you have to keep
|
|
|
|
the `WebView2Loader.dll` along with the executable.
|