mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
feat(readme) status changes
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
This commit is contained in:
parent
85854c4391
commit
6f3d2374a4
17
README.md
17
README.md
@ -77,10 +77,14 @@ you through the process. Here is a bit of a status report.
|
||||
- [x] Build on Linux
|
||||
- [ ] Build on Windows
|
||||
- [x] STDOUT Passthrough with Command Invocation
|
||||
- [x] Self Updater
|
||||
- [x] Inter Process Communication (IPC)
|
||||
- [x] Documentation
|
||||
|
||||
- [x] Self Updater
|
||||
- [x] Inter Process Communication (IPC)
|
||||
- [x] Documentation
|
||||
- [x] Filesystem R/W (scoped to permissions)
|
||||
- [ ] Secure Cryptographic Enclave
|
||||
- [ ] Message Bus
|
||||
- [x] Copy Buffer
|
||||
- [ ] API Spec (in progress)
|
||||
|
||||
### Comparison between Proton 1 and Electron 5
|
||||
|
||||
@ -99,11 +103,14 @@ you through the process. Here is a bit of a status report.
|
||||
| Can Render PDF | Yes | No |
|
||||
| Multiple Windows | Yes | Yes |
|
||||
| GPU Access | Yes | Yes |
|
||||
| Updater | Yes | Yes |
|
||||
| Auto Updater | Yes | Yes (1) |
|
||||
| Inter Process Communication (IPC) | Yes | Yes |
|
||||
| Cross Platform | Yes | Yes |
|
||||
| Custom App Icon | Yes | Yes |
|
||||
|
||||
#### Notes
|
||||
1) Electron has no native auto updater on Linux
|
||||
|
||||
## Relation to Upstream Origins
|
||||
We have made the decision to fork, enhance and maintain several upstream
|
||||
projects here in this repository, in order to guarantee the security of the
|
||||
|
Loading…
Reference in New Issue
Block a user