Skip to content

Commit

Permalink
Improve manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakarum committed Feb 14, 2019
1 parent 466b83f commit ef79f28
Show file tree
Hide file tree
Showing 13 changed files with 82 additions and 13 deletions.
6 changes: 6 additions & 0 deletions chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "rendy-chain"
version = "0.1.0"
authors = ["omni-viral <[email protected]>"]
edition = "2018"
repository = "https://github.com/omni-viral/rendy"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rendy-chain"
keywords = ["graphics", "gfx-hal", "rendy"]
categories = ["rendering"]
description = "Rendy's node synchronization tool"

[dependencies]
gfx-hal = "0.1"
Expand Down
6 changes: 6 additions & 0 deletions command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "rendy-command"
version = "0.1.0"
authors = ["omni-viral <[email protected]>"]
edition = "2018"
repository = "https://github.com/omni-viral/rendy"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rendy-command"
keywords = ["graphics", "gfx-hal", "rendy"]
categories = ["rendering"]
description = "Rendy's queues and commands tools"

[dependencies]
gfx-hal = "0.1"
Expand Down
6 changes: 6 additions & 0 deletions factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "rendy-factory"
version = "0.1.0"
authors = ["omni-viral <[email protected]>"]
edition = "2018"
repository = "https://github.com/omni-viral/rendy"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rendy-factory"
keywords = ["graphics", "gfx-hal", "rendy"]
categories = ["rendering"]
description = "Rendy's factory tool"

[features]
empty = ["gfx-backend-empty", "rendy-wsi/gfx-backend-empty"]
Expand Down
6 changes: 6 additions & 0 deletions frame/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "rendy-frame"
version = "0.1.0"
authors = ["omni-viral <[email protected]>"]
edition = "2018"
repository = "https://github.com/omni-viral/rendy"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rendy-frame"
keywords = ["graphics", "gfx-hal", "rendy"]
categories = ["rendering"]
description = "Rendy's frame synchronization tool"

[dependencies]
derivative = "1.0"
Expand Down
6 changes: 6 additions & 0 deletions graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "rendy-graph"
version = "0.1.0"
authors = ["omni-viral <[email protected]>"]
edition = "2018"
repository = "https://github.com/omni-viral/rendy"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rendy-graph"
keywords = ["graphics", "gfx-hal", "rendy"]
categories = ["rendering"]
description = "Rendy's render graph"

[features]
empty = ["gfx-backend-empty", "rendy-wsi/gfx-backend-empty", "rendy-factory/gfx-backend-empty"]
Expand Down
6 changes: 6 additions & 0 deletions memory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "rendy-memory"
version = "0.1.0"
authors = ["omni-viral <[email protected]>"]
edition = "2018"
repository = "https://github.com/omni-viral/rendy"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rendy-memory"
keywords = ["graphics", "gfx-hal", "rendy"]
categories = ["rendering"]
description = "Rendy's memory manager"

[features]
serde-1 = ["serde"]
Expand Down
13 changes: 7 additions & 6 deletions mesh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
name = "rendy-mesh"
version = "0.1.0"
authors = ["omni-viral <[email protected]>"]
description = "Crate for rendy to create and use meshes with vertex semantic"
keywords = ["graphics", "rendy"]
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustgd/rendy.git"
documentation = "https://docs.rs/crate/rendy-mesh/0.1.0"
edition = "2018"
repository = "https://github.com/omni-viral/rendy"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rendy-mesh"
keywords = ["graphics", "gfx-hal", "rendy"]
description = "Rendy's mesh"
categories = ["rendering"]
readme = "README.md"

[features]
obj = ["wavefront_obj"]
Expand Down
9 changes: 8 additions & 1 deletion rendy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "rendy"
version = "0.1.0"
version = "0.1.1"
authors = ["omni-viral <[email protected]>"]
edition = "2018"
repository = "https://github.com/omni-viral/rendy"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rendy"
keywords = ["graphics", "gfx-hal", "rendy"]
description = "Higher-level graphics abstrations based on gfx-hal"
categories = ["rendering"]
readme = "../README.md"

[features]
empty = ["rendy-factory/empty", "rendy-graph/empty", "rendy-wsi/empty", "gfx-backend-empty"]
Expand Down
6 changes: 6 additions & 0 deletions resource/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "rendy-resource"
version = "0.1.0"
authors = ["omni-viral <[email protected]>"]
edition = "2018"
repository = "https://github.com/omni-viral/rendy"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rendy-resource"
keywords = ["graphics", "gfx-hal", "rendy"]
categories = ["rendering"]
description = "Rendy's resource manager"

[dependencies]
gfx-hal = "0.1"
Expand Down
6 changes: 6 additions & 0 deletions shader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "rendy-shader"
version = "0.1.0"
authors = ["omni-viral <[email protected]>"]
edition = "2018"
repository = "https://github.com/omni-viral/rendy"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rendy-shader"
keywords = ["graphics", "gfx-hal", "rendy"]
categories = ["rendering"]
description = "Rendy's shader compilation tool"

[dependencies]
failure = "0.1"
Expand Down
12 changes: 6 additions & 6 deletions texture/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "rendy-texture"
version = "0.1.0"
authors = ["omni-viral <[email protected]>"]
description = "Crate for rendy to create and use textures"
keywords = ["graphics", "rendy"]
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustgd/rendy.git"
documentation = "https://docs.rs/crate/rendy-texture/0.1.0"
edition = "2018"
repository = "https://github.com/omni-viral/rendy"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rendy-texture"
keywords = ["graphics", "gfx-hal", "rendy"]
categories = ["rendering"]
description = "Rendy's texture"

[features]
serde-1 = ["serde", "gfx-hal/serde", "rendy-factory/serde"]
Expand Down
7 changes: 7 additions & 0 deletions util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
name = "rendy-util"
version = "0.1.0"
authors = ["omni-viral <[email protected]>"]
edition = "2018"
repository = "https://github.com/omni-viral/rendy"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rendy-util"
keywords = ["graphics", "gfx-hal", "rendy"]
categories = ["rendering"]
description = "Rendy's utilities"
6 changes: 6 additions & 0 deletions wsi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "rendy-wsi"
version = "0.1.0"
authors = ["omni-viral <[email protected]>"]
edition = "2018"
repository = "https://github.com/omni-viral/rendy"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rendy-wsi"
keywords = ["graphics", "gfx-hal", "rendy"]
categories = ["rendering"]
description = "Rendy's windowing support"

[features]
empty = ["gfx-backend-empty"]
Expand Down

0 comments on commit ef79f28

Please sign in to comment.