Skip to content

Commit

Permalink
add windows stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Sep 27, 2024
1 parent 68a3c21 commit 2eaf647
Show file tree
Hide file tree
Showing 6 changed files with 297 additions and 337 deletions.
6 changes: 5 additions & 1 deletion crates/rattler_menuinst/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@ serde = { workspace = true, features = ["derive"] }
shlex = { workspace = true }
serde_json = { workspace = true }
sha1 = "0.10.6"
tracing = { workspace = true }
tracing.workspace = true
rattler_conda_types = { path="../rattler_conda_types", version = "0.27.2", default-features = false }
thiserror = { workspace = true }
unicode-normalization = "0.1.24"
regex.workspace = true
tempfile.workspace = true
fs-err = "2.11.0"

[target.'cfg(target_os = "windows")'.dependencies]
winapi = "0.3.9"
winreg = "0.52.0"

[dev-dependencies]
insta = { workspace = true }
2 changes: 2 additions & 0 deletions crates/rattler_menuinst/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ use rattler_conda_types::Platform;

Check warning on line 4 in crates/rattler_menuinst/src/lib.rs

View workflow job for this annotation

GitHub Actions / Format, Lint and Test the Python bindings

Diff in /home/runner/work/rattler/rattler/crates/rattler_menuinst/src/lib.rs

Check warning on line 4 in crates/rattler_menuinst/src/lib.rs

View workflow job for this annotation

GitHub Actions / Format and Lint

Diff in /home/runner/work/rattler/rattler/crates/rattler_menuinst/src/lib.rs
mod linux;
mod macos;
#[cfg(target_os = "windows")]
mod windows;
mod render;
mod schema;

Expand Down
336 changes: 0 additions & 336 deletions crates/rattler_menuinst/src/win.rs

This file was deleted.

Loading

0 comments on commit 2eaf647

Please sign in to comment.