Update Some Repository Documentation (#6708)

* Update Some Repository Documentation

* Capitalization
This commit is contained in:
Connor Fitzgerald 2024-12-11 23:54:42 -05:00 committed by GitHub
parent 55d5d26835
commit fdb6266d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 10 additions and 6 deletions

View File

@ -34,6 +34,10 @@ For an overview of all the components in the gfx-rs ecosystem, see [the big pict
## Getting Started
### Play with our Examples
Go to [https://wgpu.rs/examples/] to play with our examples in your browser. Requires a browser supporting WebGPU for the WebGPU examples.
### Rust
Rust examples can be found at [wgpu/examples](examples). You can run the examples on native with `cargo run --bin wgpu-examples <example>`. See the [list of examples](examples).

View File

@ -3,7 +3,7 @@ name = "naga-cli"
version = "23.0.0"
authors = ["gfx-rs developers"]
edition = "2021"
description = "Shader translation command line tool"
description = "CLI for the naga shader translator and validator. Part of the wgpu project"
repository = "https://github.com/gfx-rs/wgpu/tree/trunk/naga-cli"
keywords = ["shader", "SPIR-V", "GLSL", "MSL"]
license = "MIT OR Apache-2.0"

View File

@ -3,7 +3,7 @@ name = "naga"
version = "23.0.0"
authors = ["gfx-rs developers"]
edition = "2021"
description = "Shader translation infrastructure"
description = "Shader translator of validator. Part of the wgpu project"
repository = "https://github.com/gfx-rs/wgpu/tree/trunk/naga"
keywords = ["shader", "SPIR-V", "GLSL", "MSL"]
license = "MIT OR Apache-2.0"

View File

@ -3,7 +3,7 @@ name = "wgpu-core"
version = "23.0.1"
authors = ["gfx-rs developers"]
edition = "2021"
description = "WebGPU core logic on wgpu-hal"
description = "Core implementation logic of wgpu, the cross-platform, safe, pure-rust graphics API"
homepage = "https://wgpu.rs/"
repository = "https://github.com/gfx-rs/wgpu"
keywords = ["graphics"]

View File

@ -3,7 +3,7 @@ name = "wgpu-hal"
version = "23.0.1"
authors = ["gfx-rs developers"]
edition = "2021"
description = "WebGPU hardware abstraction layer"
description = "Hardware abstraction layer for wgpu, the cross-platform, safe, pure-rust graphics API"
homepage = "https://wgpu.rs/"
repository = "https://github.com/gfx-rs/wgpu"
keywords = ["graphics"]

View File

@ -3,7 +3,7 @@ name = "wgpu-types"
version = "23.0.0"
authors = ["gfx-rs developers"]
edition = "2021"
description = "WebGPU types"
description = "Common types and utilities for wgpu, the cross-platform, safe, pure-rust graphics API"
homepage = "https://wgpu.rs/"
repository = "https://github.com/gfx-rs/wgpu"
keywords = ["graphics"]

View File

@ -3,7 +3,7 @@ name = "wgpu"
version.workspace = true
authors.workspace = true
edition.workspace = true
description = "Rusty WebGPU API wrapper"
description = "Cross-platform, safe, pure-rust graphics API"
homepage.workspace = true
repository.workspace = true
keywords.workspace = true