diff --git a/Cargo.toml b/Cargo.toml index eaf73e2..e2fad92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,17 @@ [package] name = "wgpu-mipmap" version = "0.1.0" -authors = ["Justin Shrake "] edition = "2018" +authors = ["Justin Shrake "] +description = "Generate mipmaps for wgpu textures" +repository = "https://github.com/jshrake/wgpu-mipmap" +license = "MIT" +license-file = "LICENSE" +readme = "README.md" +keywords = ["wgpu", "graphics", "mipmaps"] +categories = ["graphics", "rendering"] +maintenance = {status="actively-developed"} +exclude = ["examples/**/*", ".github/**/*"] [features] debug = ["renderdoc"]