previously, there were a ton of places that were allocating new Path instances via `Path::new` for the purpose of creating a path to be passed into a function as a Path argument this has now been simplified everywhere by updating all functions and methods that previously took Path arguments to instead take AsRef<Path> arguments, allowing much more flexibility in the types of path arguments passed in |
||
---|---|---|
.. | ||
assets | ||
src | ||
Cargo.toml | ||
README.md |
ggdt - Audio Playback Example
Simple example of playing back one or more sounds loaded from WAV files simultaneously.
Run cargo run
from this directory to try it out.