Bianca Fürstenau
|
1cf83b65df
|
Make it build
|
2025-03-04 15:45:51 +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
|
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 |
|
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
|
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
|
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
|
7820a409bf
|
cleanup
|
2022-11-16 13:23:10 +01:00 |
|
Jonas Kruckenberg
|
96b82451e7
|
cleanup
|
2022-11-16 12:47:30 +01:00 |
|
Jonas Kruckenberg
|
17df08297c
|
add logging to test suite
|
2022-11-16 12:36:08 +01:00 |
|
Jonas Kruckenberg
|
aec31b7e88
|
feat: add notification module
|
2022-11-15 15:57:02 +01:00 |
|
Jonas Kruckenberg
|
99ca3a3393
|
wip
|
2022-11-14 11:18:23 +01:00 |
|
Jonas Kruckenberg
|
6526c7c999
|
wip
|
2022-11-14 10:59:32 +01:00 |
|
Jonas Kruckenberg
|
8911f55920
|
Revert "Merge pull request #3 from JonasKruckenberg/revert-2-feat/window"
This reverts commit 896fc516d3 , reversing
changes made to 5d6ea2060c .
|
2022-11-03 18:57:42 +01:00 |
|
Jonas Kruckenberg
|
a36e787bbb
|
Revert "feat: add window module"
|
2022-11-03 18:55:39 +01:00 |
|
Jonas Kruckenberg
|
bc8818e695
|
add process module
|
2022-11-03 18:52:40 +01:00 |
|
Jonas Kruckenberg
|
41b6164eb1
|
remove default feature
|
2022-11-01 17:05:12 +01:00 |
|
Jonas Kruckenberg
|
c3e5b84282
|
initial commit
|
2022-11-01 15:19:25 +01:00 |
|