Added dialog module features.

This commit is contained in:
Brian Carlsen 2022-11-03 22:09:01 +01:00
parent 896fc516d3
commit 4018fd1177
5 changed files with 386 additions and 3 deletions

View file

@ -43,6 +43,7 @@ All modules are gated by accordingly named Cargo features. It is recommended you
- **all**: Enables all modules.
- **app**: Enables the `app` module.
- **clipboard**: Enables the `clipboard` module.
- **dialog**: Enables the `dialog` module.
- **event**: Enables the `event` module.
- **mocks**: Enables the `mocks` module.
- **tauri**: Enables the `tauri` module.
@ -54,7 +55,7 @@ These API bindings are not completely on-par with `@tauri-apps/api` yet, but her
- [x] `app`
- [ ] `cli`
- [x] `clipboard`
- [ ] `dialog`
- [x] `dialog`
- [x] `event`
- [ ] `fs`
- [ ] `global_shortcut`