Rename project
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 4m11s

This commit is contained in:
Florian RICHER 2024-12-08 15:36:54 +01:00
parent a1961cff05
commit cbadffc41f
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
<project version="4"> <project version="4">
<component name="ProjectModuleManager"> <component name="ProjectModuleManager">
<modules> <modules>
<module fileurl="file://$PROJECT_DIR$/.idea/rust_ash_test.iml" filepath="$PROJECT_DIR$/.idea/rust_ash_test.iml" /> <module fileurl="file://$PROJECT_DIR$/.idea/rust_vulkan_test.iml" filepath="$PROJECT_DIR$/.idea/rust_vulkan_test.iml" />
</modules> </modules>
</component> </component>
</project> </project>

2
Cargo.lock generated
View file

@ -1075,7 +1075,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]] [[package]]
name = "rust_ash_test" name = "rust_vulkan_test"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",

View file

@ -1,5 +1,5 @@
[package] [package]
name = "rust_ash_test" name = "rust_vulkan_test"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Florian RICHER <florian.richer@protonmail.com>"] authors = ["Florian RICHER <florian.richer@protonmail.com>"]