Skip to content

Commit

Permalink
fix: Fix cargo lib path to enable to build on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
michidk committed Nov 3, 2024
1 parent 940bb4c commit 4163f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ edition = "2021"
default-run = "glazewm"

[lib]
path = "src\\lib.rs"
path = "src/lib.rs"

[[bin]]
name = "glazewm"
path = "src\\main.rs"
path = "src/main.rs"

[features]
no_console = []
Expand Down

0 comments on commit 4163f25

Please sign in to comment.