Skip to content

Commit

Permalink
Update Cargo.toml for all crates
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed Mar 7, 2017
1 parent 7efb6f1 commit e7a3f34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amethyst"
version = "0.4.1"
version = "0.4.2"
authors = ["Eyal Kalderon <[email protected]>"]
description = "Data-oriented game engine written in Rust"
keywords = ["game", "engine", "sdk", "amethyst"]
Expand All @@ -23,8 +23,8 @@ opengl = []
direct3d = []

[dependencies]
amethyst_config = { path = "src/config/", version = "0.2.1" }
amethyst_renderer = { path = "src/renderer", version = "0.4.1" }
amethyst_config = { path = "src/config/", version = "0.2.2" }
amethyst_renderer = { path = "src/renderer", version = "0.4.2" }
cgmath = "0.12"
dds-rs = "0.4"
fnv = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amethyst_config"
version = "0.2.1"
version = "0.2.2"
authors = ["Aceeri <[email protected]>"]
description = "Loading from .yml/.yaml files, with a Rust module-like system, into Rust structures."

Expand Down
2 changes: 1 addition & 1 deletion src/renderer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amethyst_renderer"
version = "0.4.1"
version = "0.4.2"
authors = ["Eyal Kalderon <[email protected]>"]
description = "High-level rendering engine with multiple backends"
keywords = ["game", "engine", "renderer", "3d", "amethyst"]
Expand Down

0 comments on commit e7a3f34

Please sign in to comment.