diff options
author | 2022-01-31 21:18:39 +0700 | |
---|---|---|
committer | 2022-01-31 21:18:39 +0700 | |
commit | 1a737b8e20c079cae44d9cace9ec1a55acb99070 (patch) | |
tree | e76cad151f10c73d56775eeb66f7619ac871f36c | |
parent | db40c9649e926ce411064b971d7f019c2f7a1136 (diff) | |
download | iced-1a737b8e20c079cae44d9cace9ec1a55acb99070.tar.gz iced-1a737b8e20c079cae44d9cace9ec1a55acb99070.tar.bz2 iced-1a737b8e20c079cae44d9cace9ec1a55acb99070.zip |
Replace Zulip links with Discord
-rw-r--r-- | CONTRIBUTING.md | 4 | ||||
-rw-r--r-- | core/README.md | 2 | ||||
-rw-r--r-- | glow/README.md | 2 | ||||
-rw-r--r-- | glutin/README.md | 2 | ||||
-rw-r--r-- | native/README.md | 2 | ||||
-rw-r--r-- | wgpu/README.md | 2 | ||||
-rw-r--r-- | winit/README.md | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39e4c776..cf6655f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Thank you for considering contributing to Iced! Feel free to read [the ecosystem overview] and [the roadmap] to get an idea of the current state of the library. -The main advice for new contributors is to share your ideas with the community. Introduce yourself over our [Zulip server] or [start a discussion in an issue](https://github.com/hecrj/iced/issues) explaining what you have in mind (do not be afraid of duplicated issues!). If you want to talk directly to me (@hecrj), you can also find me on Discord (`lone_scientist#9554`). +The main advice for new contributors is to share your ideas with the community. Introduce yourself over our [Discord server] or [start a discussion in an issue](https://github.com/hecrj/iced/issues) explaining what you have in mind (do not be afraid of duplicated issues!). If you want to talk directly to me (@hecrj), you can also find me on Discord (`lone_scientist#9554`). This is a very important step. It helps to coordinate work, get on the same page, and start building trust. Please, do not skip it! Remember that [Code is the Easy Part] and also [The Hard Parts of Open Source]! @@ -27,7 +27,7 @@ Besides directly writing code, there are many other different ways you can contr [the ecosystem overview]: ECOSYSTEM.md [the roadmap]: ROADMAP.md -[Zulip server]: https://iced.zulipchat.com/ +[Discord server]: https://discord.gg/3xZJ65GAhd [Code is the Easy Part]: https://youtu.be/DSjbTC-hvqQ?t=1138 [The Hard Parts of Open Source]: https://www.youtube.com/watch?v=o_4EX4dPppA [`wgpu_glyph`]: https://github.com/hecrj/wgpu_glyph diff --git a/core/README.md b/core/README.md index c16eb779..bbb7983c 100644 --- a/core/README.md +++ b/core/README.md @@ -2,7 +2,7 @@ [][documentation] [](https://crates.io/crates/iced_core) [](https://github.com/iced-rs/iced/blob/master/LICENSE) -[](https://iced.zulipchat.com) +[](https://discord.gg/3xZJ65GAhd) `iced_core` holds basic reusable types of the public API. For instance, basic data types like `Point`, `Rectangle`, `Length`, etc. 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://crates.io/crates/iced_glow) [](https://github.com/hecrj/iced/blob/master/LICENSE) -[](https://iced.zulipchat.com) +[](https://discord.gg/3xZJ65GAhd) `iced_glow` is a [`glow`] renderer for [`iced_native`]. This renderer supports OpenGL 3.0+ and OpenGL ES 2.0. diff --git a/glutin/README.md b/glutin/README.md index bbc2d5e8..263cc0af 100644 --- a/glutin/README.md +++ b/glutin/README.md @@ -2,7 +2,7 @@ [][documentation] [](https://crates.io/crates/iced_glutin) [](https://github.com/iced-rs/iced/blob/master/LICENSE) -[](https://iced.zulipchat.com) +[](https://discord.gg/3xZJ65GAhd) `iced_glutin` offers some convenient abstractions on top of [`iced_native`] to quickstart development when using [`glutin`]. diff --git a/native/README.md b/native/README.md index ceb525d9..c1e160c7 100644 --- a/native/README.md +++ b/native/README.md @@ -2,7 +2,7 @@ [][documentation] [](https://crates.io/crates/iced_native) [](https://github.com/iced-rs/iced/blob/master/LICENSE) -[](https://iced.zulipchat.com) +[](https://discord.gg/3xZJ65GAhd) `iced_native` takes [`iced_core`] and builds a native runtime on top of it, featuring: - A custom layout engine, greatly inspired by [`druid`] diff --git a/wgpu/README.md b/wgpu/README.md index eda0ba46..11e9cc0a 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -2,7 +2,7 @@ [][documentation] [](https://crates.io/crates/iced_wgpu) [](https://github.com/iced-rs/iced/blob/master/LICENSE) -[](https://iced.zulipchat.com) +[](https://discord.gg/3xZJ65GAhd) `iced_wgpu` is a [`wgpu`] renderer for [`iced_native`]. For now, it is the default renderer of Iced in native platforms. diff --git a/winit/README.md b/winit/README.md index 58c782c6..082ae6a8 100644 --- a/winit/README.md +++ b/winit/README.md @@ -2,7 +2,7 @@ [][documentation] [](https://crates.io/crates/iced_winit) [](https://github.com/hecrj/iced/blob/master/LICENSE) -[](https://iced.zulipchat.com) +[](https://discord.gg/3xZJ65GAhd) `iced_winit` offers some convenient abstractions on top of [`iced_native`] to quickstart development when using [`winit`]. |