mirror of
https://github.com/italicsjenga/spirv-to-dxil-rs.git
synced 2025-01-10 03:21:31 +11:00
chore: release 0.2.0
This commit is contained in:
parent
1ed4c811e2
commit
cbf64c1a43
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "spirv-to-dxil-sys"
|
name = "spirv-to-dxil-sys"
|
||||||
version = "0.1.1-beta.3"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Raw bindings to spirv-to-dxil"
|
description = "Raw bindings to spirv-to-dxil"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "spirv-to-dxil"
|
name = "spirv-to-dxil"
|
||||||
version = "0.1.1-beta.3"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Rust bindings to spirv-to-dxil"
|
description = "Rust bindings to spirv-to-dxil"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -10,7 +10,7 @@ keywords = ["SPIR-V", "DXIL"]
|
||||||
[lib]
|
[lib]
|
||||||
|
|
||||||
[dependencies]
|
[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"
|
bitflags = "1.3.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue