Fixed icy_board ref. - 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 commit fc3420d710090953e2b86117d44ad5ea5b1a8aad
DIR parent c9c8b7ae78d0e96cf4e46acb8f1986a2c5f55bd5
HTML Author: Mike Krüger <mkrueger@posteo.de>
Date: Wed, 1 May 2024 14:09:44 +0200
Fixed icy_board ref.
Diffstat:
M crates/icy_term/Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/crates/icy_term/Cargo.toml b/crates/icy_term/Cargo.toml
@@ -8,8 +8,8 @@ description = "A terminal program supporting CP437, PetScii and ViewData"
repository = "https://github.com/mkrueger/icy_tools"
[dependencies]
-#icy_net = { git ="https://github.com/mkrueger/icy_board" }
-icy_net = { path ="../../../icy_board/crates/icy_net" }
+icy_net = { git ="https://github.com/mkrueger/icy_board" }
+#icy_net = { path ="../../../icy_board/crates/icy_net" }
egui = { workspace = true }
eframe = { workspace = true }