[PR #119] [CLOSED] Tauri #40

Closed
opened 2025-12-29 18:27:56 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/119
Author: @magistau
Created: 8/27/2024
Status: Closed

Base: mainHead: tauri


📝 Commits (3)

  • a5b4281 chore(nix): add cargo-tauri
  • cb8dc20 chore(rust): add rustfmt config
  • 50766a6 feat: add tauri app

📊 Changes

34 files changed (+8965 additions, -13 deletions)

View changed files

📝 .gitignore (+2 -0)
.rustfmt.toml (+22 -0)
.taplo.toml (+6 -0)
Cargo.lock (+4365 -0)
Cargo.toml (+11 -0)
app/.gitignore (+3 -0)
app/Cargo.lock (+4365 -0)
app/Cargo.toml (+20 -0)
app/build.rs (+3 -0)
app/capabilities/default.json (+11 -0)
app/icons/128x128.png (+0 -0)
app/icons/128x128@2x.png (+0 -0)
app/icons/32x32.png (+0 -0)
app/icons/Square107x107Logo.png (+0 -0)
app/icons/Square142x142Logo.png (+0 -0)
app/icons/Square150x150Logo.png (+0 -0)
app/icons/Square284x284Logo.png (+0 -0)
app/icons/Square30x30Logo.png (+0 -0)
app/icons/Square310x310Logo.png (+0 -0)
app/icons/Square44x44Logo.png (+0 -0)

...and 14 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/119 **Author:** [@magistau](https://github.com/magistau) **Created:** 8/27/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `tauri` --- ### 📝 Commits (3) - [`a5b4281`](https://github.com/linsa-io/linsa/commit/a5b42816f67bf01392c67f1d659cb8cce1bf88e5) chore(nix): add `cargo-tauri` - [`cb8dc20`](https://github.com/linsa-io/linsa/commit/cb8dc20a55dfa512fdc7fc89882aa62b1a11ca82) chore(rust): add rustfmt config - [`50766a6`](https://github.com/linsa-io/linsa/commit/50766a6302c8b3baaa6a4fc8dda2fd926582cb94) feat: add tauri app ### 📊 Changes **34 files changed** (+8965 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) ➕ `.rustfmt.toml` (+22 -0) ➕ `.taplo.toml` (+6 -0) ➕ `Cargo.lock` (+4365 -0) ➕ `Cargo.toml` (+11 -0) ➕ `app/.gitignore` (+3 -0) ➕ `app/Cargo.lock` (+4365 -0) ➕ `app/Cargo.toml` (+20 -0) ➕ `app/build.rs` (+3 -0) ➕ `app/capabilities/default.json` (+11 -0) ➕ `app/icons/128x128.png` (+0 -0) ➕ `app/icons/128x128@2x.png` (+0 -0) ➕ `app/icons/32x32.png` (+0 -0) ➕ `app/icons/Square107x107Logo.png` (+0 -0) ➕ `app/icons/Square142x142Logo.png` (+0 -0) ➕ `app/icons/Square150x150Logo.png` (+0 -0) ➕ `app/icons/Square284x284Logo.png` (+0 -0) ➕ `app/icons/Square30x30Logo.png` (+0 -0) ➕ `app/icons/Square310x310Logo.png` (+0 -0) ➕ `app/icons/Square44x44Logo.png` (+0 -0) _...and 14 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:27:56 +01:00
adam closed this issue 2025-12-29 18:27:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#40