Skip to content

Commit

Permalink
Remove windows support from the fibre crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Jan 26, 2024
1 parent f9ee817 commit b7cd88c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 178 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions crates/fibre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ cfg-if = { workspace = true }
rustix = { workspace = true, features = ["mm", "param"] }
wasmtime-asm-macros = { workspace = true }

[target.'cfg(windows)'.dependencies.windows-sys]
workspace = true
features = [
"Win32_System_Threading",
"Win32_Foundation",
]

[build-dependencies]
cc = "1.0"

Expand Down
5 changes: 0 additions & 5 deletions crates/fibre/src/windows.c

This file was deleted.

165 changes: 0 additions & 165 deletions crates/fibre/src/windows.rs

This file was deleted.

0 comments on commit b7cd88c

Please sign in to comment.