Skip to content

Commit

Permalink
Added documentation back to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Oct 2, 2021
1 parent dda036b commit 9c6c99b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
authors = ["Luke Petherbridge <[email protected]>"]
categories = ["game-development", "game-engines", "graphics", "gui", "rendering"]
description = "A cross-platform graphics/UI engine framework for simple games, visualizations, and graphics demos."
documentation = "https://docs.rs/pix-engine"
edition = "2018"
keywords = ["game-engine", "graphics", "ui", "gui", "rendering"]
license = "MIT OR Apache-2.0"
name = "pix-engine"
repository = "https://github.com/lukexor/pix-engine.git"
resolver = "2"
version = "0.4.1"
version = "0.4.2"

[package.metadata.docs.rs]
features = ["serde"]
Expand Down

0 comments on commit 9c6c99b

Please sign in to comment.