diff --git a/.gitignore b/.gitignore index 8985814..ea8c4bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ /target -/builds diff --git a/Cargo.lock b/Cargo.lock index 79f5481..b65ec0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4089,7 +4089,7 @@ dependencies = [ [[package]] name = "spacorium" -version = "1.0.0" +version = "0.1.0" dependencies = [ "bevy", "rand", diff --git a/Cargo.toml b/Cargo.toml index 03ee4ac..c4aeaac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,8 @@ [package] name = "spacorium" -version = "1.0.0" +version = "0.1.0" edition = "2024" [dependencies] bevy = "0.17.2" rand = "0.9.2" - -[profile.release] -opt-level = 3 -codegen-units = 1 -lto = "thin" - -[profile.release.package."*"] -opt-level = 3