From 3ae33f56054e74d0c9156cfac159ee83734101a7 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 31 Oct 2022 18:26:08 +0700 Subject: [PATCH] Add SWC --- src/drivers/webextension/images/icons/swc.svg | 15 +++++++++++++++ src/technologies/s.json | 12 +++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/swc.svg diff --git a/src/drivers/webextension/images/icons/swc.svg b/src/drivers/webextension/images/icons/swc.svg new file mode 100644 index 000000000..92fbf921b --- /dev/null +++ b/src/drivers/webextension/images/icons/swc.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/technologies/s.json b/src/technologies/s.json index 5f6ce7385..eb5746f81 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -5897,6 +5897,16 @@ "scriptSrc": "api\\.swagifyapp\\.com/", "website": "https://swagifyapp.com" }, + "SWC": { + "cats": [ + 19 + ], + "description": "SWC is an extensible Rust-based platform for the next generation of fast developer tools.", + "icon": "swc.svg", + "implies": "Rust", + "oss": true, + "website": "https://swc.rs" + }, "SweetAlert": { "cats": [ 59 @@ -6266,4 +6276,4 @@ }, "website": "https://styled-components.com" } -} \ No newline at end of file +}