add tauri, app and testing plugins

This commit is contained in:
Lucas Nogueira
2023-03-28 07:33:45 -03:00
parent 9c3424ac3d
commit c2d6114b08

View File

@@ -64,6 +64,9 @@ Here is the complete list of APIs we need to rewrite as plugins. Some of them ar
| file-system | core | ✓ | ✓ | x | x |
| window | core | ✓ | ✓ | x | x |
| event | core | ✓ | ✓ | x | x |
| tauri | core | ✓ | ✓ | x | x |
| app | core | ✓ | ✓ | x | x |
| testing (mocks) | regular | ✓ | ✓ | x | x |
| clipboard | regular | ✓ | ✓ | ✓ | ? |
| dialog | regular | ✓ | ✓ | ✓ | ? |
| http | regular | ✓ | ✓ | x | x |