mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
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:
parent
dd5110b57d
commit
78a0c81451
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user