Rename project to "vulkan_rust"

This commit is contained in:
Stephen Seo 2024-03-19 13:37:17 +09:00
parent feaf876284
commit 77f4a980b9
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -1,5 +1,5 @@
[package]
name = "vulkan_tri_rust"
name = "vulkan_rust"
version = "1.1.0"
edition = "2021"