Skip to content

Commit b279c22

Browse files
authored
Rename repository (#17)
1 parent 13c4e59 commit b279c22

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["The Gfx-rs Developers"]
66
edition = "2021"
77
description = "Interop library between Metal and raw-window-handle"
88
documentation = "https://docs.rs/raw-window-metal"
9-
repository = "https://github.com/norse-rs/raw-window-metal"
9+
repository = "https://github.com/rust-windowing/raw-window-metal"
1010
readme = "README.md"
1111
keywords = ["window", "metal", "graphics"]
1212
categories = ["game-engines", "graphics"]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<a href="https://docs.rs/raw-window-metal">
88
<img src="https://docs.rs/raw-window-metal/badge.svg?style=flat-square" alt="docs">
99
</a>
10-
<a href="https://github.com/norse-rs/raw-window-metal/actions">
11-
<img src="https://github.com/norse-rs/raw-window-metal/workflows/macos/badge.svg?style=flat" alt="ci - macos">
10+
<a href="https://github.com/rust-windowing/raw-window-metal/actions">
11+
<img src="https://github.com/rust-windowing/raw-window-metal/workflows/macos/badge.svg?style=flat" alt="ci - macos">
1212
</a>
13-
<a href="https://github.com/norse-rs/raw-window-metal/actions">
14-
<img src="https://github.com/norse-rs/raw-window-metal/workflows/ios/badge.svg?style=flat" alt="ci - ios">
13+
<a href="https://github.com/rust-windowing/raw-window-metal/actions">
14+
<img src="https://github.com/rust-windowing/raw-window-metal/workflows/ios/badge.svg?style=flat" alt="ci - ios">
1515
</a>
1616
<br>
1717
<a href="LICENSE-MIT">

0 commit comments

Comments
 (0)