Skip to content

Commit

Permalink
0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Sep 13, 2021
1 parent 1860d9f commit 80ebb64
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rg3d"
version = "0.22.0"
version = "0.23.0"
authors = ["Dmitry Stepanov <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -20,10 +20,10 @@ opt-level = 0
opt-level = 3

[dependencies]
rg3d-core = { path = "rg3d-core", version = "0.17.1", features = ["serde"] }
rg3d-sound = { path = "rg3d-sound", version = "0.24.1" }
rg3d-ui = { path = "rg3d-ui", version = "0.13.1" }
rg3d-resource = { path = "rg3d-resource", version = "0.1.1" }
rg3d-core = { path = "rg3d-core", version = "0.18.0", features = ["serde"] }
rg3d-sound = { path = "rg3d-sound", version = "0.25.0" }
rg3d-ui = { path = "rg3d-ui", version = "0.14.0" }
rg3d-resource = { path = "rg3d-resource", version = "0.2.0" }
image = { version = "0.23", default-features = false, features = ["gif", "jpeg", "png", "tga", "tiff", "bmp"] }
lexical = "5.2.2"
inflate = "0.4.5"
Expand Down
2 changes: 1 addition & 1 deletion rg3d-core-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rg3d-core-derive"
version = "0.12.0"
version = "0.13.0"
authors = ["toyboot4e <[email protected]>, Dmitry Stepanov <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions rg3d-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rg3d-core"
version = "0.17.1"
version = "0.18.0"
authors = ["Dmitry Stepanov <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -10,7 +10,7 @@ include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"]
readme = "README.md"

[dependencies]
rg3d-core-derive = { path = "../rg3d-core-derive", version = "0.12.0" }
rg3d-core-derive = { path = "../rg3d-core-derive", version = "0.13.0" }

base64 = "0.13.0"
byteorder = "1.4.3"
Expand Down
4 changes: 2 additions & 2 deletions rg3d-resource/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rg3d-resource"
version = "0.1.1"
version = "0.2.0"
authors = ["Dmitry Stepanov <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -11,4 +11,4 @@ include = ["/src/**/*", "/Cargo.toml", "/LICENSE"]
documentation = "https://docs.rs/rg3d-resource"

[dependencies]
rg3d-core = { path = "../rg3d-core", version = "0.17.1" }
rg3d-core = { path = "../rg3d-core", version = "0.18.0" }
6 changes: 3 additions & 3 deletions rg3d-sound/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rg3d-sound"
version = "0.24.1"
version = "0.25.0"
authors = ["Dmitry Stepanov <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -12,8 +12,8 @@ documentation = "https://docs.rs/rg3d-sound"
readme = "README.md"

[dependencies]
rg3d-core = { path = "../rg3d-core", version = "0.17.1" }
rg3d-resource = { path = "../rg3d-resource", version = "0.1.1" }
rg3d-core = { path = "../rg3d-core", version = "0.18.0" }
rg3d-resource = { path = "../rg3d-resource", version = "0.2.0" }
lewton = "0.10.2"
hrtf = "0.7.0"
hound = "3.4.0"
Expand Down
4 changes: 2 additions & 2 deletions rg3d-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rg3d-ui"
version = "0.13.1"
version = "0.14.0"
authors = ["Dmitry Stepanov <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -11,7 +11,7 @@ include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"]
readme = "README.md"

[dependencies]
rg3d-core = { path = "../rg3d-core", version = "0.17.1" }
rg3d-core = { path = "../rg3d-core", version = "0.18.0" }
lazy_static = "1.4.0"
copypasta = "0.7.1"
fontdue = "0.5.2"
Expand Down

0 comments on commit 80ebb64

Please sign in to comment.