X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=80db47f18038e5f8a23eb140f3672427a785a71e;hb=d703c3a22e749eb1f87daed8674b0420dc837ebe;hp=4e9fd35cfc9b82bb51e6bc0c3e6c3215353de75c;hpb=71da4db85741e2f43ba40341e0baec34ff41bb92;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index 4e9fd35..80db47f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mandelwow" -version = "0.5.0" +version = "0.6.0" authors = ["Bernie Innocenti "] license = "GPL-3.0+" @@ -30,6 +30,10 @@ backtrace = "0.2.3" "glutin:0.7.4" = { path = "/home/bernie/src/glutin" } "glium:0.16.0" = { path = "/home/bernie/src/glium" } +[lib] +name = "mandelwow_lib" +path = "lib.rs" + [[bin]] name = "mandelwow" path = "main.rs"