Skip to content

Commit 10a1cdd

Browse files
author
Jakub Hlusička
committed
added more info to Cargo.toml
1 parent 7891125 commit 10a1cdd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
[package]
22
name = "euclider"
3-
version = "0.11.4"
3+
version = "0.11.5"
4+
description = "A non-euclidean ray tracer"
5+
license = "MIT/Unlicense"
46
authors = ["Jakub Hlusička <[email protected]>"]
57
repository = "https://github.com/Limeth/euclider"
8+
keywords = ["graphics", "rendering", "ray", "tracing"]
9+
readme = "README.md"
610
include = [
711
"**/*.rs",
812
"Cargo.toml",

0 commit comments

Comments
 (0)