Skip to content

Commit

Permalink
added more info to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Hlusička committed Aug 4, 2016
1 parent 7891125 commit 10a1cdd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[package]
name = "euclider"
version = "0.11.4"
version = "0.11.5"
description = "A non-euclidean ray tracer"
license = "MIT/Unlicense"
authors = ["Jakub Hlusička <[email protected]>"]
repository = "https://github.com/Limeth/euclider"
keywords = ["graphics", "rendering", "ray", "tracing"]
readme = "README.md"
include = [
"**/*.rs",
"Cargo.toml",
Expand Down

0 comments on commit 10a1cdd

Please sign in to comment.