diff --git a/Cargo.toml b/Cargo.toml index 50ed23b..191cdb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ members = [ "ggdt_imgui", "examples/*", ] +resolver = "2" # some stuff is becoming noticably slow with default dev profile settings (opt-level = 0). especially any of the # fancier triangle_2d drawing stuff. while there are many optimizations still left to be made, it seems like a good