Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

Commit

Permalink
Update Cargo.toml to publish on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
jshrake committed Sep 20, 2020
1 parent a1d1b81 commit c270a36
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
[package]
name = "wgpu-mipmap"
version = "0.1.0"
authors = ["Justin Shrake <[email protected]>"]
edition = "2018"
authors = ["Justin Shrake <[email protected]>"]
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"]
Expand Down

0 comments on commit c270a36

Please sign in to comment.