Skip to content

Commit 51d917b

Browse files
authored
Add acoustic wave example to Cargo.toml
1 parent 4b79dec commit 51d917b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ path = "examples/snow.rs"
4646
[[example]]
4747
name = "histogram"
4848
path = "examples/histogram.rs"
49+
50+
[[example]]
51+
name = "acoustic_wave"
52+
path = "examples/acoustic_wave.rs"

0 commit comments

Comments
 (0)