Skip to content

Commit

Permalink
Just comment out the wgpu-profiler things
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Mar 19, 2024
1 parent 6b3b4b5 commit 34ebdd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ wgpu = { workspace = true, optional = true }
log = { workspace = true }
raw-window-handle = { workspace = true }
futures-intrusive = { workspace = true }
wgpu-profiler = { workspace = true, optional = true }
# wgpu-profiler = { workspace = true, optional = true }

[workspace.lints]
clippy.doc_markdown = "warn"
Expand All @@ -86,4 +86,4 @@ clap = "4.5.1"
anyhow = "1.0"
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
pollster = "0.3.0"
wgpu-profiler = { package = "wgpu" }
wgpu-profiler = "0.16.1"
4 changes: 2 additions & 2 deletions examples/with_winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]
default = []
# Enable the use of wgpu-profiler. This is an optional feature for times when we use a git dependency on
# wgpu (which means the dependency used in wgpu-profiler would be incompatible)
wgpu-profiler = ["dep:wgpu-profiler", "vello/wgpu-profiler"]
# wgpu-profiler = ["dep:wgpu-profiler", "vello/wgpu-profiler"]

[lints]
workspace = true
Expand All @@ -32,7 +32,7 @@ anyhow = { workspace = true }
clap = { workspace = true, features = ["derive"] }
instant = { workspace = true }
pollster = { workspace = true }
wgpu-profiler = { workspace = true, optional = true }
# wgpu-profiler = { workspace = true, optional = true }

wgpu = { workspace = true }
winit = "0.29.12"
Expand Down

0 comments on commit 34ebdd2

Please sign in to comment.