Remove autofix_submodules call from bindgen

Previously if you checked out a different rev of imgui submodule, this would be clobbered

With this change, you can checkout any revision of imgui, run bindgen, build, test, then commit change to the submodule

The autofix is still available via 'cargo task modfix'
This commit is contained in:
dbr 2021-09-13 13:47:44 +10:00
parent dd5110b57d
commit 78a0c81451

View File

@ -4,7 +4,6 @@ use std::path::{Path, PathBuf};
impl Bindgen {
pub fn run(self) -> Result<()> {
crate::autofix_submodules();
let root = crate::project_root();
let bindings = self
.cimgui_path