Bianca Fürstenau
1cf83b65df
Make it build
2025-03-04 15:45:51 +01:00
bicarlsen
6c75037edd
Add Menu
functionality ( #65 )
...
* Added core::Channel and menu functionality. core::Channel may leak memory.
* Added leptos example.
* Updated Channel to stream over message. Added Menu::with_items.
* Updated examples to v2 using Leptos.
* Added Menu::with_id_and_items.
* Derived Clone for drag drop events.
2024-11-15 03:49:07 +01:00
bicarlsen
ae49310ee1
Add menu
functionality ( #59 )
...
* Added core::Channel and menu functionality. core::Channel may leak memory.
* Updated examples to v2 using Leptos.
2024-08-06 18:20:50 +02:00
bicarlsen
115009d4bf
Added menu
functionality. ( #58 )
...
* Added core::Channel and menu functionality. core::Channel may leak memory.
* Added leptos example.
2024-08-02 15:31:56 +02:00
Brian Carlsen
aa3a64af11
Updated drag drop paths to be PathBuf instead of String.
2024-07-23 16:31:07 +02:00
Brian Carlsen
4698574b7d
Update drag drop events to match new Tauri updates.
2024-07-23 13:43:37 +02:00
Brian Carlsen
eae62c1e5c
Removed mut requirement for window.on_drag_drop_event.
2024-07-23 11:53:33 +02:00
Brian Carlsen
694a3f6f87
Added Debug to DragDropEvent.
2024-07-23 11:45:32 +02:00
bicarlsen
9c3cd94275
Added initial window module functionality. ( #57 )
2024-07-23 09:35:07 +02:00
Brian Carlsen
125136ae79
Updated readme with new Cargo.toml info.
2024-07-13 22:06:27 +02:00
Brian Carlsen
79b8d384dd
Fixed readme.
2024-07-01 10:39:18 +02:00
Brian Carlsen
85d92d3e3a
Implemented core > invoke and convert_file_src.
2024-07-01 10:37:43 +02:00
Brian Carlsen
d1b7948a4c
Updated readme example for clarity.
2024-06-27 11:10:48 +02:00
Brian Carlsen
22267c5862
Initial switch to compatibility with Tauri v2. Only event API is implemented, all other APIs have been removed. Irrelevant or deprecated documentation was removed.
2024-06-27 11:08:31 +02:00
Brian Carlsen
dca9e751c5
Removed dependency of wasm-bindgen/serde_json.
2024-03-26 14:37:31 +01:00
Brian Carlsen
7434cf7d97
Fixed bug in tests, unwrapping version result.
2024-03-26 14:36:26 +01:00
renovate[bot]
e8ea8c3fec
chore(deps): update rust crate wasm-bindgen-test to 0.3.41
2024-02-06 21:48:47 +00:00
renovate[bot]
143b8ec669
chore(deps): update rust crate wasm-bindgen-test to 0.3.40
2024-01-12 19:21:53 +00:00
Jonas Kruckenberg
6983d926e1
Merge branch 'main' of https://github.com/JonasKruckenberg/tauri-sys
2023-12-14 14:08:07 +01:00
Jonas Kruckenberg
25e634cb24
Update renovate.json5
2023-12-14 14:07:59 +01:00
renovate[bot]
7393d7f63d
chore(deps): update actions/deploy-pages action to v3 ( #39 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 14:02:40 +01:00
renovate[bot]
63761c7973
chore(deps): update actions/configure-pages action to v4 ( #38 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 14:02:26 +01:00
renovate[bot]
f665fd9897
chore(deps): update dependency esbuild to ^0.19.0 ( #34 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 14:02:10 +01:00
Jonas Kruckenberg
76725b2db8
fix typos
2023-12-14 13:59:28 +01:00
Jonas Kruckenberg
ec4b3880b1
Update test.yml
2023-12-14 11:41:34 +01:00
Jonas Kruckenberg
fe330206aa
fix: make error enum public
2023-12-14 11:25:51 +01:00
Jonas Kruckenberg
5d259531c3
remove extra generic
2023-12-14 11:16:36 +01:00
Jonas Kruckenberg
bb797b9e0e
add renovate config
2023-12-14 11:15:25 +01:00
Jonas Kruckenberg
69a4c7ce90
Create spelling.yml
2023-12-14 11:15:17 +01:00
Jonas Kruckenberg
3e087bd257
feat: update dependencies
2023-12-14 11:15:03 +01:00
bicarlsen
55fe1d144f
Implemented fs
module ( #19 )
2023-09-10 09:24:27 +02:00
dependabot[bot]
36c873b825
Bump tokio from 1.21.2 to 1.25.0 ( #20 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.21.2 to 1.25.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.2...tokio-1.25.0 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-09 23:30:51 +02:00
dependabot[bot]
bf3a852b30
Bump openssl from 0.10.42 to 0.10.48 ( #22 )
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.42 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.42...openssl-v0.10.48 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-09 23:30:37 +02:00
Jonas Kruckenberg
904450cffe
Update error.rs
2023-02-09 11:48:06 +01:00
Jonas Kruckenberg
347dd0aca7
fix window creation
2023-02-09 11:48:03 +01:00
Jonas Kruckenberg
a95a8a3c78
update Tauri to v1.2.4
2023-02-09 11:11:32 +01:00
Jonas Kruckenberg
1ea96d546a
Merge branch 'main' of https://github.com/JonasKruckenberg/tauri-sys
2023-02-09 11:06:29 +01:00
Jonas Kruckenberg
31cb71f88d
Update Cargo.toml
2023-02-09 11:01:18 +01:00
Jonas Kruckenberg
a729a7d00c
Update tauri
2023-01-10 14:00:40 +01:00
Dmitry Malkov
0d2dcccac3
Make window_label optional ( #16 )
2023-01-04 10:07:49 +01:00
bicarlsen
0c864ee8c2
Fixed field renaming for FieldDialogBuilder
( #14 )
2022-11-28 09:43:50 +01:00
Jonas Kruckenberg
e28a0bb749
feat: improve DX of events ( #12 )
...
* feat: improve DX of events
* Update global_shortcut.rs
* Update event.rs
* deploy docs to gh pages
* Delete rustdoc.yml
* add tests for global shortcut
* improve logs produced by tauri_log
* wip docs
* update docs
* move error to separate module
* feat: simplify functions returning array backed iterators
* rebase and cleanup
* fixes
2022-11-19 20:33:06 +01:00
Jonas Kruckenberg
300fe18d22
Update README.md
2022-11-19 17:39:33 +01:00
Jonas Kruckenberg
6b161a3ff7
Update README.md
2022-11-19 13:46:16 +01:00
Jonas Kruckenberg
a442fe82b7
Update rustdoc.yml
2022-11-19 13:21:25 +01:00
Jonas Kruckenberg
8e64fe624f
Create .nojekyll
2022-11-19 13:15:53 +01:00
Jonas Kruckenberg
bdd6a3ce87
Update rustdoc.yml
2022-11-19 13:13:55 +01:00
Jonas Kruckenberg
8211c47726
Update rustdoc.yml
2022-11-19 13:07:52 +01:00
Jonas Kruckenberg
54b27100d9
Update rustdoc.yml
2022-11-18 21:32:15 +01:00
Jonas Kruckenberg
da7644f955
Create rustdoc.yml
2022-11-18 21:21:39 +01:00