From cc9a891444b2b2ceecb0e40fda4f864828f6c9e7 Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sun, 26 May 2024 22:21:01 +0800 Subject: [PATCH] Add wgpu (#10358) --- _data/simple-icons.json | 5 +++++ icons/wgpu.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/wgpu.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9d7ee7b9..917bd4de 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -17136,6 +17136,11 @@ "hex": "4E49EE", "source": "https://github.com/wez/wezterm/blob/fe78b5821fc106c1061f4c1cc454ff01e74bf97d/assets/icon/wezterm-icon.svg" }, + { + "title": "wgpu", + "hex": "40E0D0", + "source": "https://wgpu.rs" + }, { "title": "WhatsApp", "hex": "25D366", diff --git a/icons/wgpu.svg b/icons/wgpu.svg new file mode 100644 index 00000000..1dbd0280 --- /dev/null +++ b/icons/wgpu.svg @@ -0,0 +1 @@ +wgpu \ No newline at end of file