mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 08:13:27 +00:00
Fix repo size and logo
This commit is contained in:
parent
9da5c1d3a0
commit
12c82b9b9e
@ -5,10 +5,20 @@ authors = ["wgpu developers"]
|
||||
edition = "2018"
|
||||
description = "Rusty WebGPU API wrapper"
|
||||
homepage = "https://wgpu.rs/"
|
||||
repository = "https://github.com/gfx-rs/wgpu"
|
||||
repository = "https://github.com/gfx-rs/wgpu/tree/v0.10"
|
||||
keywords = ["graphics"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
exclude = ["etc/**/*", "examples/**/*.png", "tests/**/*", "Cargo.lock", "target/**/*"]
|
||||
exclude = [
|
||||
"etc/**/*",
|
||||
"examples/**/*.png", # Image comparison test
|
||||
"examples/**/*.dds", # Compressed textures
|
||||
"examples/**/*.ktx2", # Compressed textures
|
||||
"examples/**/*.mtl", # Material files
|
||||
"examples/**/*.obj", # Model files
|
||||
"tests/**/*",
|
||||
"Cargo.lock",
|
||||
"target/**/*"
|
||||
]
|
||||
autotests = false
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
@ -1,4 +1,4 @@
|
||||
<img align="right" width="25%" src="../logo.png">
|
||||
<img align="right" width="25%" src="https://raw.githubusercontent.com/gfx-rs/wgpu/master/logo.png">
|
||||
|
||||
wgpu-rs is an idiomatic Rust wrapper over [wgpu-core](https://github.com/gfx-rs/wgpu). It's designed to be suitable for general purpose graphics and computation needs of Rust community.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user