URI: 
       Fixed build. - icy_draw - icy_draw is the successor to mystic draw. fork / mirror
  HTML git clone https://git.drkhsh.at/icy_draw.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 156f437360a0e72997987b7444823d4729f0ff34
   DIR parent bad627edbb840d31c02f483c2d2f0f02b642230f
  HTML Author: Mike Krüger <mkrueger@posteo.de>
       Date:   Wed, 13 Sep 2023 16:42:43 +0200
       
       Fixed build.
       
       Diffstat:
         M Cargo.toml                          |      11 ++++++-----
       
       1 file changed, 6 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/Cargo.toml b/Cargo.toml
       @@ -27,11 +27,12 @@ dark-light = "1.0.0"
        zip = "0.6.6"
        notify = "6.1.1"
        
       -#icy_engine = { git ="https://github.com/mkrueger/icy_engine" }
       -#icy_engine_egui = { git ="https://github.com/mkrueger/icy_engine_egui" }
       -icy_engine = { path = "../icy_engine" }
       -icy_engine_egui = { path = "../icy_engine_egui" }
       -view_library = { path = "../icy_view/view_library" }
       +icy_engine = { git ="https://github.com/mkrueger/icy_engine" }
       +icy_engine_egui = { git ="https://github.com/mkrueger/icy_engine_egui" }
       +view_library = { git ="https://github.com/mkrueger/icy_view" }
       +#icy_engine = { path = "../icy_engine" }
       +#icy_engine_egui = { path = "../icy_engine_egui" }
       +#view_library = { path = "../icy_view/view_library" }
        
        walkdir = "2"
        serde = { version = "1", features = ["derive"] }