Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger committed Dec 25, 2024
1 parent 2486ad8 commit b9d6d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/icy_term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit b9d6d67

Please sign in to comment.