Skip to content

Commit

Permalink
Release 0.0.13
Browse files Browse the repository at this point in the history
demo@0.0.13
demo-web@0.0.13
rafx@0.0.13
rafx-api@0.0.13
rafx-assets@0.0.13
rafx-base@0.0.13
rafx-framework@0.0.13
rafx-renderer@0.0.13
rafx-shader-processor@0.0.13
rafx-visibility@0.0.13
shaders@0.0.13

Generated by cargo-workspaces
  • Loading branch information
aclysma committed May 27, 2021
1 parent f606f9f commit 89fb401
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion demo-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "demo-web"
version = "0.0.10"
version = "0.0.13"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "demo"
version = "0.0.12"
version = "0.0.13"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion demo/shaders/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shaders"
version = "0.0.12"
version = "0.0.13"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions rafx-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rafx-api"
version = "0.0.12"
version = "0.0.13"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
edition = "2018"
description = "Rendering framework built on an extensible asset pipeline"
Expand All @@ -14,7 +14,7 @@ categories = ["game-development", "game-engines", "graphics", "multimedia", "ren
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rafx-base = { version = "=0.0.12", path = "../rafx-base" }
rafx-base = { version = "=0.0.13", path = "../rafx-base" }

log = "0.4"
crossbeam-channel = "0.5"
Expand Down
8 changes: 4 additions & 4 deletions rafx-assets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rafx-assets"
version = "0.0.12"
version = "0.0.13"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
edition = "2018"
description = "Rendering framework built on an extensible asset pipeline"
Expand All @@ -19,9 +19,9 @@ categories = [

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rafx-api = { version = "=0.0.12", path = "../rafx-api" }
rafx-base = { version = "=0.0.12", path = "../rafx-base" }
rafx-framework = { version = "=0.0.12", path = "../rafx-framework" }
rafx-api = { version = "=0.0.13", path = "../rafx-api" }
rafx-base = { version = "=0.0.13", path = "../rafx-base" }
rafx-framework = { version = "=0.0.13", path = "../rafx-framework" }
distill = { version = "=0.0.3", features = ["serde_importers"] }
basis-universal = "0.1.1"
type-uuid = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion rafx-base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rafx-base"
version = "0.0.12"
version = "0.0.13"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
edition = "2018"
description = "Rendering framework built on an extensible asset pipeline"
Expand Down
8 changes: 4 additions & 4 deletions rafx-framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rafx-framework"
version = "0.0.12"
version = "0.0.13"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
edition = "2018"
description = "Rendering framework built on an extensible asset pipeline"
Expand All @@ -14,9 +14,9 @@ categories = ["game-development", "game-engines", "graphics", "multimedia", "ren
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rafx-api = { version = "=0.0.12", path = "../rafx-api", features = ["serde-support"] }
rafx-base = { version = "=0.0.12", path = "../rafx-base" }
rafx-visibility = { version = "=0.0.12", path = "../rafx-visibility" }
rafx-api = { version = "=0.0.13", path = "../rafx-api", features = ["serde-support"] }
rafx-base = { version = "=0.0.13", path = "../rafx-base" }
rafx-visibility = { version = "=0.0.13", path = "../rafx-visibility" }

#rafx-nodes = { version = "=0.0.7", path = "../rafx-nodes" }

Expand Down
12 changes: 6 additions & 6 deletions rafx-renderer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rafx-renderer"
version = "0.0.12"
version = "0.0.13"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
edition = "2018"
description = "Rendering framework built on an extensible asset pipeline"
Expand All @@ -12,11 +12,11 @@ keywords = ["game", "rendering", "graphics"]
categories = ["game-development", "game-engines", "graphics", "multimedia", "rendering::engine"]

[dependencies]
rafx-api = { version = "=0.0.12", path = "../rafx-api" }
rafx-base = { version = "=0.0.12", path = "../rafx-base" }
rafx-framework = { version = "=0.0.12", path = "../rafx-framework" }
rafx-assets = { version = "=0.0.12", path = "../rafx-assets" }
rafx-visibility = { version = "=0.0.12", path = "../rafx-visibility" }
rafx-api = { version = "=0.0.13", path = "../rafx-api" }
rafx-base = { version = "=0.0.13", path = "../rafx-base" }
rafx-framework = { version = "=0.0.13", path = "../rafx-framework" }
rafx-assets = { version = "=0.0.13", path = "../rafx-assets" }
rafx-visibility = { version = "=0.0.13", path = "../rafx-visibility" }

glam = { version = "0.13.1", features = [ "serde" ] }
crossbeam-channel = "0.5"
Expand Down
6 changes: 3 additions & 3 deletions rafx-shader-processor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rafx-shader-processor"
version = "0.0.12"
version = "0.0.13"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
edition = "2018"
description = "Rendering framework built on an extensible asset pipeline"
Expand All @@ -12,8 +12,8 @@ keywords = ["game", "rendering", "graphics"]
categories = ["game-development", "game-engines", "graphics", "multimedia", "rendering::engine"]

[dependencies]
rafx-framework = { version = "=0.0.12", path = "../rafx-framework" }
rafx-api = { version = "=0.0.12", path = "../rafx-api", features = ["serde-support"] }
rafx-framework = { version = "=0.0.13", path = "../rafx-framework" }
rafx-api = { version = "=0.0.13", path = "../rafx-api", features = ["serde-support"] }

fnv = "1.0"
structopt = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion rafx-visibility/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rafx-visibility"
version = "0.0.12"
version = "0.0.13"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
edition = "2018"
description = "Rendering framework built on an extensible asset pipeline"
Expand Down
14 changes: 7 additions & 7 deletions rafx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rafx"
version = "0.0.12"
version = "0.0.13"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
edition = "2018"
description = "Rendering framework built on an extensible asset pipeline"
Expand All @@ -12,12 +12,12 @@ keywords = ["game", "rendering", "graphics"]
categories = ["game-development", "game-engines", "graphics", "multimedia", "rendering::engine"]

[dependencies]
rafx-base = { version = "=0.0.12", path = "../rafx-base" }
rafx-api = { version = "=0.0.12", path = "../rafx-api" }
rafx-framework = { version = "=0.0.12", path = "../rafx-framework", optional = true }
rafx-assets = { version = "=0.0.12", path = "../rafx-assets", optional = true }
rafx-renderer = { version = "=0.0.12", path = "../rafx-renderer", optional = true }
rafx-visibility = { version = "=0.0.12", path = "../rafx-visibility" }
rafx-base = { version = "=0.0.13", path = "../rafx-base" }
rafx-api = { version = "=0.0.13", path = "../rafx-api" }
rafx-framework = { version = "=0.0.13", path = "../rafx-framework", optional = true }
rafx-assets = { version = "=0.0.13", path = "../rafx-assets", optional = true }
rafx-renderer = { version = "=0.0.13", path = "../rafx-renderer", optional = true }
rafx-visibility = { version = "=0.0.13", path = "../rafx-visibility" }

[dev-dependencies]
log = "0.4"
Expand Down

0 comments on commit 89fb401

Please sign in to comment.