ggdt/examples
Gered 4d359f3e3c update all explicit Path instance allocation and use
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
2024-09-04 00:31:30 -04:00
..
audio_playback update all explicit Path instance allocation and use 2024-09-04 00:31:30 -04:00
balls update all explicit Path instance allocation and use 2024-09-04 00:31:30 -04:00
balls_v2 update all explicit Path instance allocation and use 2024-09-04 00:31:30 -04:00
imgui_integration update all explicit Path instance allocation and use 2024-09-04 00:31:30 -04:00
slimed update all explicit Path instance allocation and use 2024-09-04 00:31:30 -04:00
template_complicated use workspace.dependencies for common dependency versions 2024-07-21 16:07:33 -04:00
template_minimal use workspace.dependencies for common dependency versions 2024-07-21 16:07:33 -04:00
.keep initial commit 2022-05-15 12:11:46 -04:00