Skip to content

Commit

Permalink
meta: bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyran committed Sep 6, 2024
1 parent 96e3d0d commit 45f7f8e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
11 changes: 2 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spirv-cross-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spirv-cross-sys"
version = "0.3.0"
version = "0.4.0"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion spirv-cross2-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ quote = "1.0"
proc-macro2 = "1.0.86"

[dev-dependencies]
spirv-cross-sys = { version = "0.3.0", path = "../spirv-cross-sys"}
spirv-cross-sys = { version = "0.4.0", path = "../spirv-cross-sys"}
8 changes: 3 additions & 5 deletions spirv-cross2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[package]
name = "spirv-cross2"
version = "0.3.6"
version = "0.4.0"
edition = "2021"

license = "MIT OR Apache-2.0"
authors = ["Ronny Chan <[email protected]>"]
description = "Safe Rust bindings to SPIRV-Cross"
categories = ["compilers", "rendering"]
categories = ["compilers", "rendering", "external-ffi-bindings"]
repository = "https://github.com/SnowflakePowered/spirv-cross2"
keywords = ["spir-v", "glsl", "msl", "shaders", "spirv-cross"]

rust-version = "1.70.0"
readme = "../README.md"

[dependencies]
spirv-cross-sys = { version = "0.3.0", path = "../spirv-cross-sys" }
spirv-cross-sys = { version = "0.4.0", path = "../spirv-cross-sys" }
spirv-cross2-derive = { version = "0.1.0", path = "../spirv-cross2-derive" }

bytemuck = { version = "1.17.1", features = ["must_cast"] }
Expand All @@ -27,8 +27,6 @@ memchr = "2.7.4"

spirv = "0.3.0"

static_assertions = "1.1.0"

[features]
default = ["gfx-math-types", "f16"]
f16 = ["dep:half"]
Expand Down

0 comments on commit 45f7f8e

Please sign in to comment.