From 1a737b8e20c079cae44d9cace9ec1a55acb99070 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 31 Jan 2022 21:18:39 +0700 Subject: Replace Zulip links with Discord --- glow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glow') diff --git a/glow/README.md b/glow/README.md index c6b7245e..5e37b7a2 100644 --- a/glow/README.md +++ b/glow/README.md @@ -2,7 +2,7 @@ [![Documentation](https://docs.rs/iced_glow/badge.svg)][documentation] [![Crates.io](https://img.shields.io/crates/v/iced_glow.svg)](https://crates.io/crates/iced_glow) [![License](https://img.shields.io/crates/l/iced_glow.svg)](https://github.com/hecrj/iced/blob/master/LICENSE) -[![project chat](https://img.shields.io/badge/chat-on_zulip-brightgreen.svg)](https://iced.zulipchat.com) +[![Discord Server](https://img.shields.io/discord/628993209984614400?label=&labelColor=6A7EC2&logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/3xZJ65GAhd) `iced_glow` is a [`glow`] renderer for [`iced_native`]. This renderer supports OpenGL 3.0+ and OpenGL ES 2.0. -- cgit