Skip to content

Commit 3f2d3e2

Browse files
author
Emerson Coskey
committed
fix cargo.toml
1 parent 9f51905 commit 3f2d3e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
name = "gigs"
33
version = "0.1.0"
44
edition = "2021"
5-
categories = ["game-engines", "graphics", "rendering", "shaders"]
5+
authors = ["Emerson Coskey <coskey@emerlabs.net>"]
6+
categories = ["games", "game-engines", "graphics", "rendering"]
67
keywords = ["game", "gamedev", "graphics", "bevy", "shaders"]
78
description = "Intermittent graphics jobs for the Bevy Game Engine"
89
license = "MIT OR Apache-2.0"
910
repository = "https://github.com/ecoskey/gigs"
1011
rust-version = "1.83.0"
12+
readme = "README.md"
13+
exclude = [".github"]
1114

1215

1316
[dependencies]

0 commit comments

Comments
 (0)