From b496c51f33cbf8e356118f310b4ee09dd0bc1e16 Mon Sep 17 00:00:00 2001 From: Typed SIGTERM Date: Mon, 2 Dec 2024 22:58:56 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11d00f1..85bd2d9 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ A curated collection of the best stuff from the Tauri ecosystem and community. ### Integrations - [Astrodon](https://github.com/astrodon/astrodon) - Make Tauri desktop apps with Deno. +- [Deno in Tauri](https://github.com/typed-sigterm/deno-in-tauri) - Run JS/TS code with Deno Core Engine. - [Tauri Specta](https://github.com/oscartbeaumont/tauri-specta) - Completely typesafe Tauri commands. - [axios-tauri-adapter](https://git.kaki87.net/KaKi87/axios-tauri-adapter) - `axios` adapter for the `@tauri-apps/api/http` module. - [axios-tauri-api-adapter](https://github.com/persiliao/axios-tauri-api-adapter) - Makes it easy to use Axios in Tauri, `axios` adapter for the `@tauri-apps/api/http` module. From 6b49dbc576bbb155c7e16e4def411e6150e10df1 Mon Sep 17 00:00:00 2001 From: Typed SIGTERM Date: Mon, 2 Dec 2024 23:16:55 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85bd2d9..626d966 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ A curated collection of the best stuff from the Tauri ecosystem and community. ### Integrations - [Astrodon](https://github.com/astrodon/astrodon) - Make Tauri desktop apps with Deno. -- [Deno in Tauri](https://github.com/typed-sigterm/deno-in-tauri) - Run JS/TS code with Deno Core Engine. +- [Deno in Tauri](https://github.com/typed-sigterm/deno-in-tauri) - Run JS/TS code with Deno Core Engine, in Tauri apps. - [Tauri Specta](https://github.com/oscartbeaumont/tauri-specta) - Completely typesafe Tauri commands. - [axios-tauri-adapter](https://git.kaki87.net/KaKi87/axios-tauri-adapter) - `axios` adapter for the `@tauri-apps/api/http` module. - [axios-tauri-api-adapter](https://github.com/persiliao/axios-tauri-api-adapter) - Makes it easy to use Axios in Tauri, `axios` adapter for the `@tauri-apps/api/http` module.