URI: 
       Fixed references. - 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 feea70b719b53d220f1935d54ba2652ac8912496
   DIR parent 86365cba12863768f8fb8a79e146f39acad0605a
  HTML Author: Mike Krüger <mkrueger@posteo.de>
       Date:   Wed,  4 Oct 2023 11:14:12 +0200
       
       Fixed references.
       
       Diffstat:
         M Cargo.toml                          |      12 ++++++------
       
       1 file changed, 6 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/Cargo.toml b/Cargo.toml
       @@ -36,12 +36,12 @@ anyhow = "1.0.75"
        video-rs = { version = "0.4", features = ["ndarray"] }
        ndarray = "0.15.6"
        
       -#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" }
       +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" }
        
        egui_code_editor = "0.1.8"
        mlua = { version = "0.9.1", features = ["lua54", "vendored"] }