From cbadffc41f8d54122af2532a9bbe458de377a8c9 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sun, 8 Dec 2024 15:36:54 +0100 Subject: [PATCH] Rename project --- .idea/modules.xml | 4 ++-- .idea/{rust_ash_test.iml => rust_vulkan_test.iml} | 0 Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename .idea/{rust_ash_test.iml => rust_vulkan_test.iml} (100%) 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 "]