1
0
Fork
You've already forked tauri
0
forked from beeauvin/tauri
Gleam tauri wrapper, probably an archive, moved from github
Gleam 71.1%
CSS 15.2%
Rust 5.7%
JavaScript 4.7%
HTML 3.3%
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.