Skip to content

Commit b67889c

Browse files
author
Laegel
committed
fix: Added missing 'tauri.conf.json' & reordered files
1 parent 1e92107 commit b67889c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/usage/development/integration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ This command will place a new folder in your current working directory, `src-tau
3838

3939
```sh
4040
└── src-tauri
41-
├── Cargo.toml
4241
├── .gitignore
42+
├── Cargo.toml
43+
├── rustfmt.toml
44+
├── tauri.conf.json
4345
├── icons
4446
│ ├── 128x128.png
4547
│ ├── [email protected]
@@ -57,7 +59,6 @@ This command will place a new folder in your current working directory, `src-tau
5759
│ ├── icon.icns
5860
│ ├── icon.ico
5961
│ └── icon.png
60-
├── rustfmt.toml
6162
└── src
6263
├── build.rs
6364
├── cmd.rs

0 commit comments

Comments
 (0)