diff --git a/.gitignore b/.gitignore index 045d1b9..aebfc59 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .helix/* *.excalidraw +assets/*.xcf /target Cargo.lock # Created by https://www.toptal.com/developers/gitignore/api/rust,macos,windows,linux,vscode,intellij+all diff --git a/Cargo.toml b/Cargo.toml index 2232392..7d8a437 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" [dependencies] bevy = "0.11.3" bevy_atmosphere = "0.7.0" -bevy_meshem = { git = "https://github.com/Adamkob12/bevy_meshem.git"} +bevy_meshem = { git = "https://github.com/Adamkob12/bevy_meshem.git" } futures-lite = "1.13.0" noise = "0.8.2" diff --git a/assets/UV_map_example.xcf b/assets/UV_map_example.xcf deleted file mode 100644 index b428702..0000000 Binary files a/assets/UV_map_example.xcf and /dev/null differ