Release v1.0.0
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Typst Desktop
|
||||
|
||||
[](https://github.com/sirblobby/typst-desktop)
|
||||
[](https://typst.app/)
|
||||
[](https://www.rust-lang.org/)
|
||||
[](https://tauri.app/)
|
||||
@@ -106,16 +107,3 @@ To build a release bundle:
|
||||
```bash
|
||||
bun run tauri build
|
||||
```
|
||||
|
||||
### Layout
|
||||
|
||||
| Path | Contents |
|
||||
|---|---|
|
||||
| `src/` | SvelteKit frontend. |
|
||||
| `src/lib/components/` | Views, editor, modals. |
|
||||
| `src/lib/ts/` | Tauri command bindings and app state. |
|
||||
| `src-tauri/src/` | Rust backend. |
|
||||
| `src-tauri/src/workspace.rs` | Workspace browsing and file access. |
|
||||
| `src-tauri/src/compiler.rs` | Typst compilation and export. |
|
||||
| `src-tauri/src/sync.rs` | TypstDrive sync and merging. |
|
||||
| `src-tauri/src/db.rs` | Local SQLite storage. |
|
||||
|
||||
Reference in New Issue
Block a user