chore: release 0.2.0

This commit is contained in:
chyyran 2023-02-04 17:11:00 -05:00
parent 1ed4c811e2
commit cbf64c1a43
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "spirv-to-dxil-sys"
version = "0.1.1-beta.3"
version = "0.2.0"
edition = "2021"
description = "Raw bindings to spirv-to-dxil"
license = "MIT"

View file

@ -1,6 +1,6 @@
[package]
name = "spirv-to-dxil"
version = "0.1.1-beta.3"
version = "0.2.0"
edition = "2021"
description = "Rust bindings to spirv-to-dxil"
license = "MIT"
@ -10,7 +10,7 @@ keywords = ["SPIR-V", "DXIL"]
[lib]
[dependencies]
spirv-to-dxil-sys = { version = "0.1.1-beta.3", path = "../spirv-to-dxil-sys" }
spirv-to-dxil-sys = { version = "0.2.0", path = "../spirv-to-dxil-sys" }
bitflags = "1.3.2"
[dev-dependencies]