Skip to content

Commit

Permalink
Optick is windows only reg aclysma#6
Browse files Browse the repository at this point in the history
  • Loading branch information
gww-parity committed Dec 24, 2020
1 parent 5f15917 commit 9b928a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ categories = ["development-tools::profiling"]

[dependencies]
puffin = { version = "0.3", optional = true }
optick = { version = "1.3", optional = true }
optick = { version = "1.3", optional = true } # optick is Windows only
tracing = { version = "0.1", optional = true }
tracy-client = { version = "0.10", optional = true }
superluminal-perf = { version = "0.1", optional = true }
Expand All @@ -42,7 +42,7 @@ tracing-subscriber = { version = "0.2" }
[features]
default = ["procmacros"]
profile-with-puffin = ["puffin"]
profile-with-optick = ["optick"]
profile-with-optick = ["optick"] # optick is Windows only
profile-with-superluminal = ["superluminal-perf"]
profile-with-tracing = ["tracing"]
profile-with-tracy = ["tracy-client"]
Expand Down

0 comments on commit 9b928a5

Please sign in to comment.