-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update repository links and crate keywords/categories (#819)
Some links were still pointing to the (moved) `MaikKlein/ash` repo, instead of the new shared `ash-rs/ash` repository under this organisation, GitHub still provides a redirect, but we should aim to provide the correct link from the get-go. Only the gitter channel remains as it was impossible to get the room to be renamed. The `ash-rs/ash` channel exists but there is currently no activity.
- Loading branch information
Showing
8 changed files
with
65 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
[package] | ||
name = "ash-window" | ||
version = "0.12.0" | ||
authors = ["msiglreith <[email protected]>"] | ||
authors = [ | ||
"msiglreith <[email protected]>", | ||
"Marijn Suijten <[email protected]>", | ||
] | ||
license = "MIT OR Apache-2.0" | ||
description = "Interop library between ash and raw-window-handle" | ||
documentation = "https://docs.rs/ash-window" | ||
repository = "https://github.com/MaikKlein/ash" | ||
readme = "README.md" | ||
keywords = ["window", "ash", "graphics"] | ||
categories = ["game-engines", "graphics"] | ||
exclude = [".github/*"] | ||
workspace = ".." | ||
repository = "https://github.com/ash-rs/ash" | ||
keywords = ["windowing", "ash", "graphics", "vulkan", "raw-window-handle"] | ||
categories = [ | ||
"api-bindings", | ||
"game-development", | ||
"graphics", | ||
"rendering::graphics-api" | ||
] | ||
edition = "2021" | ||
rust-version = "1.64.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters