ggdt/examples/imgui_integration/src
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
..
context.rs update all explicit Path instance allocation and use 2024-09-04 00:31:30 -04:00
entities.rs update imgui example with image widgets showing slime colors/bitmaps 2023-05-26 12:04:02 -04:00
main.rs simplify 2023-05-26 21:09:37 -04:00
support.rs update all explicit Path instance allocation and use 2024-09-04 00:31:30 -04:00
tilemap.rs update all explicit Path instance allocation and use 2024-09-04 00:31:30 -04:00