Added dialog
module features.
This commit is contained in:
parent
896fc516d3
commit
4018fd1177
5 changed files with 386 additions and 3 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue