Skip to content

Commit 122e4b3

Browse files
committed
feat: add winreg dependency for Windows target support in codex crate
1 parent a903908 commit 122e4b3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/codex/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ codex-protocol = { workspace = true }
2424
codex-app-server-protocol = { workspace = true }
2525

2626
codexia-shared = { path = "../shared" }
27-
codexia-db = { path = "../db" }
27+
codexia-db = { path = "../db" }
28+
29+
[target.'cfg(target_os = "windows")'.dependencies]
30+
winreg = "0.52"

0 commit comments

Comments
 (0)