Skip to content

Commit 3531fb3

Browse files
committed
📦 Switch Opaline from path dependency to published crate
Replace path = "../opaline" with version = "0.2.0" now that the theme library has been published to crates.io. This completes the extraction and publication workflow from commit 7f364d1 where git-iris became the first consumer of the standalone library. Maintains all feature flags: ratatui, gradients, global-state, builtin-themes, discovery, and cli.
1 parent 1ff091d commit 3531fb3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lru = "0.16.2"
5353
parking_lot = "0.12.1"
5454
pulldown-cmark = "0.13"
5555
rand = "0.9.0"
56-
opaline = { path = "../opaline", features = ["ratatui", "gradients", "global-state", "builtin-themes", "discovery", "cli"] }
56+
opaline = { version = "0.2.0", features = ["ratatui", "gradients", "global-state", "builtin-themes", "discovery", "cli"] }
5757
ratatui = "0.30.0"
5858
regex = "1.10.6"
5959
reqwest = { version = "0.12.15", features = ["json"] }

0 commit comments

Comments
 (0)