Skip to content

Commit

Permalink
Start slowly working towards UI
Browse files Browse the repository at this point in the history
A lot of this is still incomplete, but it includes:

- Prototype UI sketches of a bilingual sentence reader.
- A dictionary importer for dictd format.
- A primitive dictionary manager, which will probably need a redesign.
  • Loading branch information
emk committed Apr 7, 2024
1 parent c202744 commit a97609e
Show file tree
Hide file tree
Showing 19 changed files with 3,829 additions and 3,130 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
"junk": true
},
"editor.formatOnSave": true,
"rust-analyzer.showUnlinkedFileNotification": false
"rust-analyzer.showUnlinkedFileNotification": false,
"rust-analyzer.cargo.features": [
"server"
],
"rust-analyzer.check.features": null
}
Loading

0 comments on commit a97609e

Please sign in to comment.