Skip to content

Commit

Permalink
add required fields to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Mar 6, 2022
1 parent b729d02 commit 0a79362
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name = "encase_derive"
version = "0.1.0"
edition = "2021"

license = "MIT-0"
description = "Derive macro for encase"
repository = "https://github.com/teoxoy/encase"
documentation = "https://docs.rs/encase"
keywords = ["wgsl", "wgpu"]
categories = ["rendering"]

[lib]
proc-macro = true

Expand Down

0 comments on commit 0a79362

Please sign in to comment.