Skip to content

Commit 51b13e9

Browse files
committed
Change GitHub namespace to new org for all files
1 parent bc75612 commit 51b13e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+220
-220
lines changed

CHANGELOG.md

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141
- `Viewport::physical_width` returning the wrong value. [#700]
4242
- Outdated documentation for the `Sandbox` trait. [#710]
4343

44-
[#57]: https://github.com/hecrj/iced/pull/57
45-
[#283]: https://github.com/hecrj/iced/pull/283
46-
[#319]: https://github.com/hecrj/iced/pull/319
47-
[#392]: https://github.com/hecrj/iced/pull/392
48-
[#465]: https://github.com/hecrj/iced/pull/465
49-
[#650]: https://github.com/hecrj/iced/pull/650
50-
[#657]: https://github.com/hecrj/iced/pull/657
51-
[#658]: https://github.com/hecrj/iced/pull/658
52-
[#668]: https://github.com/hecrj/iced/pull/668
53-
[#669]: https://github.com/hecrj/iced/pull/669
54-
[#672]: https://github.com/hecrj/iced/pull/672
55-
[#699]: https://github.com/hecrj/iced/pull/699
56-
[#700]: https://github.com/hecrj/iced/pull/700
57-
[#701]: https://github.com/hecrj/iced/pull/701
58-
[#710]: https://github.com/hecrj/iced/pull/710
59-
[#719]: https://github.com/hecrj/iced/pull/719
60-
[#720]: https://github.com/hecrj/iced/pull/720
61-
[#725]: https://github.com/hecrj/iced/pull/725
62-
[#760]: https://github.com/hecrj/iced/pull/760
63-
[#764]: https://github.com/hecrj/iced/pull/764
64-
[#770]: https://github.com/hecrj/iced/pull/770
65-
[#773]: https://github.com/hecrj/iced/pull/773
66-
[#789]: https://github.com/hecrj/iced/pull/789
67-
[#804]: https://github.com/hecrj/iced/pull/804
44+
[#57]: https://github.com/iced-rs/iced/pull/57
45+
[#283]: https://github.com/iced-rs/iced/pull/283
46+
[#319]: https://github.com/iced-rs/iced/pull/319
47+
[#392]: https://github.com/iced-rs/iced/pull/392
48+
[#465]: https://github.com/iced-rs/iced/pull/465
49+
[#650]: https://github.com/iced-rs/iced/pull/650
50+
[#657]: https://github.com/iced-rs/iced/pull/657
51+
[#658]: https://github.com/iced-rs/iced/pull/658
52+
[#668]: https://github.com/iced-rs/iced/pull/668
53+
[#669]: https://github.com/iced-rs/iced/pull/669
54+
[#672]: https://github.com/iced-rs/iced/pull/672
55+
[#699]: https://github.com/iced-rs/iced/pull/699
56+
[#700]: https://github.com/iced-rs/iced/pull/700
57+
[#701]: https://github.com/iced-rs/iced/pull/701
58+
[#710]: https://github.com/iced-rs/iced/pull/710
59+
[#719]: https://github.com/iced-rs/iced/pull/719
60+
[#720]: https://github.com/iced-rs/iced/pull/720
61+
[#725]: https://github.com/iced-rs/iced/pull/725
62+
[#760]: https://github.com/iced-rs/iced/pull/760
63+
[#764]: https://github.com/iced-rs/iced/pull/764
64+
[#770]: https://github.com/iced-rs/iced/pull/770
65+
[#773]: https://github.com/iced-rs/iced/pull/773
66+
[#789]: https://github.com/iced-rs/iced/pull/789
67+
[#804]: https://github.com/iced-rs/iced/pull/804
6868
[`smol`]: https://github.com/smol-rs/smol
6969
[`winit`]: https://github.com/rust-windowing/winit
7070
[`glutin`]: https://github.com/rust-windowing/glutin
@@ -96,22 +96,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9696
- __[`QRCode` widget][qr_code]__ (#622)
9797
A widget that displays a QR code, powered by [the `qrcode` crate].
9898

99-
[canvas]: https://github.com/hecrj/iced/pull/325
100-
[opengl]: https://github.com/hecrj/iced/pull/354
101-
[`iced_graphics`]: https://github.com/hecrj/iced/pull/354
102-
[pane_grid]: https://github.com/hecrj/iced/pull/397
103-
[pick_list]: https://github.com/hecrj/iced/pull/444
104-
[error]: https://github.com/hecrj/iced/pull/514
105-
[view]: https://github.com/hecrj/iced/pull/597
106-
[event]: https://github.com/hecrj/iced/pull/614
107-
[color]: https://github.com/hecrj/iced/pull/200
108-
[qr_code]: https://github.com/hecrj/iced/pull/622
109-
[#193]: https://github.com/hecrj/iced/pull/193
99+
[canvas]: https://github.com/iced-rs/iced/pull/325
100+
[opengl]: https://github.com/iced-rs/iced/pull/354
101+
[`iced_graphics`]: https://github.com/iced-rs/iced/pull/354
102+
[pane_grid]: https://github.com/iced-rs/iced/pull/397
103+
[pick_list]: https://github.com/iced-rs/iced/pull/444
104+
[error]: https://github.com/iced-rs/iced/pull/514
105+
[view]: https://github.com/iced-rs/iced/pull/597
106+
[event]: https://github.com/iced-rs/iced/pull/614
107+
[color]: https://github.com/iced-rs/iced/pull/200
108+
[qr_code]: https://github.com/iced-rs/iced/pull/622
109+
[#193]: https://github.com/iced-rs/iced/pull/193
110110
[`glutin`]: https://github.com/rust-windowing/glutin
111111
[`wgpu`]: https://github.com/gfx-rs/wgpu-rs
112112
[`glow`]: https://github.com/grovesNL/glow
113113
[the `qrcode` crate]: https://docs.rs/qrcode/0.12.0/qrcode/
114-
[integration with existing applications]: https://github.com/hecrj/iced/pull/183
114+
[integration with existing applications]: https://github.com/iced-rs/iced/pull/183
115115
[The Elm Architecture]: https://guide.elm-lang.org/architecture/
116116

117117

@@ -142,17 +142,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
142142
### Removed
143143
- Unnecessary `'static` lifetimes in `Renderer` bounds. [#290]
144144

145-
[#259]: https://github.com/hecrj/iced/pull/259
146-
[#260]: https://github.com/hecrj/iced/pull/260
147-
[#266]: https://github.com/hecrj/iced/pull/266
148-
[#267]: https://github.com/hecrj/iced/pull/267
149-
[#268]: https://github.com/hecrj/iced/pull/268
150-
[#278]: https://github.com/hecrj/iced/pull/278
151-
[#279]: https://github.com/hecrj/iced/pull/279
152-
[#281]: https://github.com/hecrj/iced/pull/281
153-
[#289]: https://github.com/hecrj/iced/pull/289
154-
[#290]: https://github.com/hecrj/iced/pull/290
155-
[#293]: https://github.com/hecrj/iced/pull/293
145+
[#259]: https://github.com/iced-rs/iced/pull/259
146+
[#260]: https://github.com/iced-rs/iced/pull/260
147+
[#266]: https://github.com/iced-rs/iced/pull/266
148+
[#267]: https://github.com/iced-rs/iced/pull/267
149+
[#268]: https://github.com/iced-rs/iced/pull/268
150+
[#278]: https://github.com/iced-rs/iced/pull/278
151+
[#279]: https://github.com/iced-rs/iced/pull/279
152+
[#281]: https://github.com/iced-rs/iced/pull/281
153+
[#289]: https://github.com/iced-rs/iced/pull/289
154+
[#290]: https://github.com/iced-rs/iced/pull/290
155+
[#293]: https://github.com/iced-rs/iced/pull/293
156156

157157

158158
## [0.1.0] - 2020-04-02
@@ -187,17 +187,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
187187
- __[Texture atlas for `iced_wgpu`]__ (#154)
188188
An atlas on top of [`guillotiere`] for batching draw calls. Thanks to @Maldela!
189189

190-
[Event subscriptions]: https://github.com/hecrj/iced/pull/122
191-
[Custom styling]: https://github.com/hecrj/iced/pull/146
192-
[`Canvas` widget]: https://github.com/hecrj/iced/pull/193
193-
[`PaneGrid` widget]: https://github.com/hecrj/iced/pull/224
194-
[`Svg` widget]: https://github.com/hecrj/iced/pull/111
195-
[`ProgressBar` widget]: https://github.com/hecrj/iced/pull/141
196-
[Configurable futures executor]: https://github.com/hecrj/iced/pull/164
197-
[Compatibility with existing `wgpu` projects]: https://github.com/hecrj/iced/pull/183
198-
[Clipboard access]: https://github.com/hecrj/iced/pull/132
199-
[Texture atlas for `iced_wgpu`]: https://github.com/hecrj/iced/pull/154
200-
[Text selection for `TextInput`]: https://github.com/hecrj/iced/pull/202
190+
[Event subscriptions]: https://github.com/iced-rs/iced/pull/122
191+
[Custom styling]: https://github.com/iced-rs/iced/pull/146
192+
[`Canvas` widget]: https://github.com/iced-rs/iced/pull/193
193+
[`PaneGrid` widget]: https://github.com/iced-rs/iced/pull/224
194+
[`Svg` widget]: https://github.com/iced-rs/iced/pull/111
195+
[`ProgressBar` widget]: https://github.com/iced-rs/iced/pull/141
196+
[Configurable futures executor]: https://github.com/iced-rs/iced/pull/164
197+
[Compatibility with existing `wgpu` projects]: https://github.com/iced-rs/iced/pull/183
198+
[Clipboard access]: https://github.com/iced-rs/iced/pull/132
199+
[Texture atlas for `iced_wgpu`]: https://github.com/iced-rs/iced/pull/154
200+
[Text selection for `TextInput`]: https://github.com/iced-rs/iced/pull/202
201201
[`lyon`]: https://github.com/nical/lyon
202202
[`guillotiere`]: https://github.com/nical/guillotiere
203203
[Web Canvas API]: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API
@@ -207,7 +207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207207
[`wasm-bindgen-futures`]: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures
208208
[`resvg`]: https://github.com/RazrFalcon/resvg
209209
[`raqote`]: https://github.com/jrmuizel/raqote
210-
[`iced_wgpu`]: https://github.com/hecrj/iced/tree/master/wgpu
210+
[`iced_wgpu`]: https://github.com/iced-rs/iced/tree/master/wgpu
211211

212212

213213
## [0.1.0-beta] - 2019-11-25
@@ -219,10 +219,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
219219
### Added
220220
- First release! :tada:
221221

222-
[Unreleased]: https://github.com/hecrj/iced/compare/0.3.0...HEAD
223-
[0.3.0]: https://github.com/hecrj/iced/compare/0.2.0...0.3.0
224-
[0.2.0]: https://github.com/hecrj/iced/compare/0.1.1...0.2.0
225-
[0.1.1]: https://github.com/hecrj/iced/compare/0.1.0...0.1.1
226-
[0.1.0]: https://github.com/hecrj/iced/compare/0.1.0-beta...0.1.0
227-
[0.1.0-beta]: https://github.com/hecrj/iced/compare/0.1.0-alpha...0.1.0-beta
228-
[0.1.0-alpha]: https://github.com/hecrj/iced/releases/tag/0.1.0-alpha
222+
[Unreleased]: https://github.com/iced-rs/iced/compare/0.3.0...HEAD
223+
[0.3.0]: https://github.com/iced-rs/iced/compare/0.2.0...0.3.0
224+
[0.2.0]: https://github.com/iced-rs/iced/compare/0.1.1...0.2.0
225+
[0.1.1]: https://github.com/iced-rs/iced/compare/0.1.0...0.1.1
226+
[0.1.0]: https://github.com/iced-rs/iced/compare/0.1.0-beta...0.1.0
227+
[0.1.0-beta]: https://github.com/iced-rs/iced/compare/0.1.0-alpha...0.1.0-beta
228+
[0.1.0-alpha]: https://github.com/iced-rs/iced/releases/tag/0.1.0-alpha

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
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`).
5+
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/iced-rs/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`).
66

77
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]!
88

@@ -30,4 +30,4 @@ Besides directly writing code, there are many other different ways you can contr
3030
[Zulip server]: https://iced.zulipchat.com/
3131
[Code is the Easy Part]: https://youtu.be/DSjbTC-hvqQ?t=1138
3232
[The Hard Parts of Open Source]: https://www.youtube.com/watch?v=o_4EX4dPppA
33-
[`wgpu_glyph`]: https://github.com/hecrj/wgpu_glyph
33+
[`wgpu_glyph`]: https://github.com/iced-rs/wgpu_glyph

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Héctor Ramón Jiménez <[email protected]>"]
55
edition = "2018"
66
description = "A cross-platform GUI library inspired by Elm"
77
license = "MIT"
8-
repository = "https://github.com/hecrj/iced"
8+
repository = "https://github.com/iced-rs/iced"
99
documentation = "https://docs.rs/iced"
1010
readme = "README.md"
1111
keywords = ["gui", "ui", "graphics", "interface", "widgets"]

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
[![Documentation](https://docs.rs/iced/badge.svg)][documentation]
88
[![Crates.io](https://img.shields.io/crates/v/iced.svg)](https://crates.io/crates/iced)
9-
[![License](https://img.shields.io/crates/l/iced.svg)](https://github.com/hecrj/iced/blob/master/LICENSE)
9+
[![License](https://img.shields.io/crates/l/iced.svg)](https://github.com/iced-rs/iced/blob/master/LICENSE)
1010
[![Downloads](https://img.shields.io/crates/d/iced.svg)](https://crates.io/crates/iced)
11-
[![Test Status](https://github.com/hecrj/iced/workflows/Test/badge.svg?event=push)](https://github.com/hecrj/iced/actions)
11+
[![Test Status](https://github.com/iced-rs/iced/workflows/Test/badge.svg?event=push)](https://github.com/iced-rs/iced/actions)
1212
[![Discord Server](https://img.shields.io/discord/628993209984614400?label=&labelColor=6A7EC2&logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/3xZJ65GAhd)
1313

1414
A cross-platform GUI library for Rust focused on simplicity and type-safety.
@@ -41,20 +41,20 @@ Inspired by [Elm].
4141
__iced is currently experimental software.__ [Take a look at the roadmap],
4242
[check out the issues], and [feel free to contribute!]
4343

44-
[Cross-platform support]: https://github.com/hecrj/iced/blob/master/docs/images/todos_desktop.jpg?raw=true
44+
[Cross-platform support]: https://github.com/iced-rs/iced/blob/master/docs/images/todos_desktop.jpg?raw=true
4545
[the Web]: https://iced.rs/
4646
[text inputs]: https://gfycat.com/alertcalmcrow-rust-gui
4747
[scrollables]: https://gfycat.com/perkybaggybaboon-rust-gui
4848
[Debug overlay with performance metrics]: https://gfycat.com/incredibledarlingbee
49-
[Modular ecosystem]: https://github.com/hecrj/iced/blob/master/ECOSYSTEM.md
50-
[renderer-agnostic native runtime]: https://github.com/hecrj/iced/tree/master/native
49+
[Modular ecosystem]: https://github.com/iced-rs/iced/blob/master/ECOSYSTEM.md
50+
[renderer-agnostic native runtime]: https://github.com/iced-rs/iced/tree/master/native
5151
[`wgpu`]: https://github.com/gfx-rs/wgpu-rs
52-
[built-in renderer]: https://github.com/hecrj/iced/tree/master/wgpu
53-
[windowing shell]: https://github.com/hecrj/iced/tree/master/winit
52+
[built-in renderer]: https://github.com/iced-rs/iced/tree/master/wgpu
53+
[windowing shell]: https://github.com/iced-rs/iced/tree/master/winit
5454
[`dodrio`]: https://github.com/fitzgen/dodrio
55-
[web runtime]: https://github.com/hecrj/iced/tree/master/web
56-
[Take a look at the roadmap]: https://github.com/hecrj/iced/blob/master/ROADMAP.md
57-
[check out the issues]: https://github.com/hecrj/iced/issues
55+
[web runtime]: https://github.com/iced-rs/iced/tree/master/web
56+
[Take a look at the roadmap]: https://github.com/iced-rs/iced/blob/master/ROADMAP.md
57+
[check out the issues]: https://github.com/iced-rs/iced/issues
5858
[feel free to contribute!]: #contributing--feedback
5959

6060
## Installation
@@ -67,7 +67,7 @@ iced = "0.3"
6767
__iced moves fast and the `master` branch can contain breaking changes!__ If
6868
you want to learn about a specific release, check out [the release list].
6969

70-
[the release list]: https://github.com/hecrj/iced/releases
70+
[the release list]: https://github.com/iced-rs/iced/releases
7171

7272
## Overview
7373
Inspired by [The Elm Architecture], iced expects you to split user interfaces
@@ -183,17 +183,17 @@ Since then, the focus has shifted towards providing a batteries-included,
183183
end-user-oriented GUI library, while keeping [the ecosystem] modular:
184184

185185
<p align="center">
186-
<a href="https://github.com/hecrj/iced/blob/master/ECOSYSTEM.md">
186+
<a href="https://github.com/iced-rs/iced/blob/master/ECOSYSTEM.md">
187187
<img alt="iced ecosystem" src="docs/graphs/ecosystem.png" width="80%">
188188
</a>
189189
</p>
190190

191-
[this pull request]: https://github.com/hecrj/coffee/pull/35
192-
[The first alpha version]: https://github.com/hecrj/iced/tree/0.1.0-alpha
191+
[this pull request]: https://github.com/iced-rs/coffee/pull/35
192+
[The first alpha version]: https://github.com/iced-rs/iced/tree/0.1.0-alpha
193193
[a renderer-agnostic GUI library]: https://www.reddit.com/r/rust/comments/czzjnv/iced_a_rendereragnostic_gui_library_focused_on/
194-
[tour example]: https://github.com/hecrj/iced/blob/master/examples/README.md#tour
194+
[tour example]: https://github.com/iced-rs/iced/blob/master/examples/README.md#tour
195195
[`ggez`]: https://github.com/ggez/ggez
196-
[the ecosystem]: https://github.com/hecrj/iced/blob/master/ECOSYSTEM.md
196+
[the ecosystem]: https://github.com/iced-rs/iced/blob/master/ECOSYSTEM.md
197197

198198
## Contributing / Feedback
199199
Contributions are greatly appreciated! If you want to contribute, please
@@ -208,12 +208,12 @@ the [Rust Community Discord]. I go by `lone_scientist#9554` there.
208208
The development of iced is sponsored by the [Cryptowatch] team at [Kraken.com]
209209

210210
[documentation]: https://docs.rs/iced/
211-
[examples]: https://github.com/hecrj/iced/tree/master/examples
212-
[Coffee]: https://github.com/hecrj/coffee
211+
[examples]: https://github.com/iced-rs/iced/tree/master/examples
212+
[Coffee]: https://github.com/iced-rs/coffee
213213
[Elm]: https://elm-lang.org/
214214
[The Elm Architecture]: https://guide.elm-lang.org/architecture/
215-
[the current issues]: https://github.com/hecrj/iced/issues
216-
[contributing guidelines]: https://github.com/hecrj/iced/blob/master/CONTRIBUTING.md
215+
[the current issues]: https://github.com/iced-rs/iced/issues
216+
[contributing guidelines]: https://github.com/iced-rs/iced/blob/master/CONTRIBUTING.md
217217
[Discord server]: https://discord.gg/3xZJ65GAhd
218218
[Rust Community Discord]: https://bit.ly/rust-community
219219
[Cryptowatch]: https://cryptowat.ch/charts

0 commit comments

Comments
 (0)