From c270a36d9d8f6f331074728e4f926f6676a6aec4 Mon Sep 17 00:00:00 2001 From: Justin Shrake Date: Sun, 20 Sep 2020 10:45:29 -0700 Subject: [PATCH] Update Cargo.toml to publish on crates.io --- Cargo.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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"]