Rename project to "vulkan_rust"
This commit is contained in:
parent
feaf876284
commit
77f4a980b9
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -274,7 +274,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
||||
|
||||
[[package]]
|
||||
name = "vulkan_tri_rust"
|
||||
name = "vulkan_rust"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "vulkan_tri_rust"
|
||||
name = "vulkan_rust"
|
||||
version = "1.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
|
Loading…
Reference in a new issue