Original PR: https://github.com/linsa-io/linsa/pull/119 Author: @magistau Created: 8/27/2024 Status: ❌ Closed
Base: main ← Head: tauri
main
tauri
a5b4281
cargo-tauri
cb8dc20
50766a6
34 files changed (+8965 additions, -13 deletions)
📝 .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)
.gitignore
.rustfmt.toml
.taplo.toml
Cargo.lock
Cargo.toml
app/.gitignore
app/Cargo.lock
app/Cargo.toml
app/build.rs
app/capabilities/default.json
app/icons/128x128.png
app/icons/128x128@2x.png
app/icons/32x32.png
app/icons/Square107x107Logo.png
app/icons/Square142x142Logo.png
app/icons/Square150x150Logo.png
app/icons/Square284x284Logo.png
app/icons/Square30x30Logo.png
app/icons/Square310x310Logo.png
app/icons/Square44x44Logo.png
...and 14 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/linsa-io/linsa/pull/119
Author: @magistau
Created: 8/27/2024
Status: ❌ Closed
Base:
main← Head:tauri📝 Commits (3)
a5b4281chore(nix): addcargo-tauricb8dc20chore(rust): add rustfmt config50766a6feat: 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.