diff --git a/.idea/modules.xml b/.idea/modules.xml index 0405c93..e592a3c 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + - \ No newline at end of file + diff --git a/.idea/rust_ash_test.iml b/.idea/rust_vulkan_test.iml similarity index 100% rename from .idea/rust_ash_test.iml rename to .idea/rust_vulkan_test.iml diff --git a/Cargo.lock b/Cargo.lock index b33b8d0..85ed865 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1075,7 +1075,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] -name = "rust_ash_test" +name = "rust_vulkan_test" version = "0.1.0" dependencies = [ "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7126ee0..3865769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rust_ash_test" +name = "rust_vulkan_test" version = "0.1.0" edition = "2021" authors = ["Florian RICHER "]