Skip to content

Commit

Permalink
Fix example paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jan 10, 2024
1 parent 6e533c9 commit 2c74f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sg2d-wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ crate-type = ["cdylib", "rlib"]

[[example]]
name = "wgpu-winit"
path = "examples/wgpu-winit"
path = "examples/wgpu-winit/src/main.rs"
crate-type = ["cdylib", "rlib"]

[[example]]
name = "scatter-panning"
path = "examples/scatter-panning"
path = "examples/scatter-panning/src/main.rs"
crate-type = ["cdylib", "rlib"]

[dependencies]
Expand Down

0 comments on commit 2c74f3e

Please sign in to comment.