Shrink release binary a bit.
[mandelwow.git] / Cargo.toml
index cada4594ed04329d845ed9491960b1224c0ec65f..a858c2fb0bcaf798989304961f2f7bf971578d30 100644 (file)
@@ -1,7 +1,12 @@
 [package]
 name = "mandelwow"
-version = "0.2.0"
+version = "0.3.0"
 authors = ["Bernie Innocenti <bernie@codewiz.org>"]
+license = "GPL-3.0+"
+
+[profile.release]
+lto = true
+panic = 'abort'
 
 [dependencies]
 glium = "*"
@@ -13,4 +18,4 @@ sdl2 = "*"
 
 [[bin]]
 name = "mandelwow"
-path = "mandelwow.rs"
+path = "main.rs"