implot-rs/.gitignore
4bb4 6179cf1f8d Locked imgui versions down more. See comments.
Due to the yanking of imgui-winit-support 0.6.1, builds that did
not have a lock file started failing in places. I've now locked
the versions of imgui and friends to exactly 0.6.0 to avert those
issues for the time being, with the longer-term fix being the
upgrade of all those to 0.7.0 in #13.
2021-02-06 10:02:58 +01:00

9 lines
168 B
Text

# Generated by Cargo
# will have compiled files and executables
**/target/
# Editor temporary files
**/*.swp
# These are backup files generated by rustfmt
**/*.rs.bk