Gleam tauri wrapper, probably an archive, moved from github
2025-11-04 10:19:00 -08:00
.github/workflows cd(hex): theoretically publish on release 2025-09-20 16:47:12 -07:00
example chore(example): add example app 2025-09-20 18:31:48 -07:00
src feat(invoke): first pass at invoke method 2025-09-20 16:22:03 -07:00
test chore(license): add mpl headers and file 2025-09-20 04:44:52 -07:00
.gitignore chore(git): add mac meta to gitignore 2025-09-24 19:17:59 -07:00
deno.json deps(tauri): fix api library import 2025-09-24 19:07:47 -07:00
deno.lock deps(tauri): fix api library import 2025-09-24 19:07:47 -07:00
gleam.toml chore(release): v0.0.4 2025-11-04 10:19:00 -08:00
license.md chore(license): add mpl headers and file 2025-09-20 04:44:52 -07:00
manifest.toml feat(invoke): first pass at invoke method 2025-09-20 16:22:03 -07:00
readme.md chore(release): v0.0.4 2025-11-04 10:19:00 -08:00

tauri

Package Version Hex Docs

NOTICE

I'm not able to continue maintaining this work. The hex library is being retired and repository archived. If someone comes along and wants to pick it back up or use the hex package name, reach out to me and I will be glad to transfer either/both.

You can find me on discord @beeauvin or open an issue here

Getting Started

Starter project. There be dragons. Definitely interested in feedback and suggestions. 🩷

Use: gleam add tauri

Example app (conversion from tauri starter app) in ./example

Dev: deno task dev Build: deno task build

License

This project is available under the Mozilla Public License 2.0.

A copy of the MPLv2 is included in the license.md file for convenience.