Skip to content

Commit 68b9697

Browse files
authored
Merge pull request #85 from Miyamura80/feat/promo-gif
Add promotional GIF animation with Remotion
2 parents 9a59e28 + f4562bd commit 68b9697

File tree

6 files changed

+155
-79
lines changed

6 files changed

+155
-79
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@
1818
</p>
1919

2020
<p align="center">
21-
<img alt="Project Version" src="https://img.shields.io/github/v/release/Miyamura80/Tauri-Template?label=version&color=blue">
21+
<img alt="Project Version" src="https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FMiyamura80%2FTauri-Template%2Fmain%2Fsrc-tauri%2FCargo.toml&query=%24.package.version&label=version&color=blue">
2222
<img alt="Rust Version" src="https://img.shields.io/badge/rust-1.75%2B-blue?logo=rust">
2323
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/Miyamura80/Tauri-Template">
2424
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/Miyamura80/Tauri-Template/rust_checks.yaml?branch=main">
2525
</p>
2626

27-
---
27+
<p align="center">
28+
<img src="media/promo.gif" alt="Crab and Bun build and test a desktop app" width="600">
29+
</p>
30+
31+
---
2832

2933
## Key Features
3034

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

0 commit comments

Comments
 (0)