Skip to content

Commit 9463793

Browse files
authored
Merge pull request #5 from r-marques/upload-to-cratesio
Upload to cratesio
2 parents d79f5c4 + 400f554 commit 9463793

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name = "doomfire"
33
version = "0.1.0"
44
authors = ["Rodolphe Marques <marques.rodolphe@gmail.com>"]
55
edition = "2018"
6+
license = "MIT"
7+
description = "Doom Fire rust implementation based on Fabien Sanglard's blog post"
8+
homepage = "https://github.com/r-marques/doomfire"
9+
repository = "https://github.com/r-marques/doomfire"
10+
readme = "README.md"
11+
keywords = ["game-development", "doom", "minifb", "pixels", "sdl2"]
12+
categories = ["game-development", "games", "graphics", "multimedia", "rendering"]
613

714
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
815

0 commit comments

Comments
 (0)