Skip to content

Commit

Permalink
chore: use local package paths for development
Browse files Browse the repository at this point in the history
  • Loading branch information
golota60 committed Jan 29, 2024
1 parent d0a43b7 commit a5e1ab8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions examples/widget-gallery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ rust-version = "1.75"
im = "15.1.0"
oxytail-theme-dark = { path = "../../oxytail-theme-dark" }
oxytail-base = { path = "../../oxytail-base" }
# oxytail-theme-dark = "0.1.2"
# oxytail-base = "0.1.2"
floem = "0.1.1"
8 changes: 4 additions & 4 deletions oxytail-theme-dark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.75"

[dependencies]
floem = "0.1.1"
# oxytail-base = { path = "../oxytail-base" }
oxytail-base = "0.1.2"
# oxytail-theme-defaults = { path = "../oxytail-theme-defaults" }
oxytail-theme-defaults = "0.1.2"
oxytail-base = { path = "../oxytail-base" }
# oxytail-base = "0.1.2"
oxytail-theme-defaults = { path = "../oxytail-theme-defaults" }
# oxytail-theme-defaults = "0.1.2"
4 changes: 2 additions & 2 deletions oxytail-theme-defaults/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ rust-version = "1.75"

[dependencies]
floem = "0.1.1"
# oxytail-base = { path = "../oxytail-base" }
oxytail-base = "0.1.2"
oxytail-base = { path = "../oxytail-base" }
# oxytail-base = "0.1.2"

0 comments on commit a5e1ab8

Please sign in to comment.