Skip to main content

resolve_gam_binary

Function resolve_gam_binary 

Source
pub fn resolve_gam_binary(compiled_in: Option<&str>) -> PathBuf
Expand description

Runtime resolver backing the gam_binary! macro. compiled_in is the call site’s compile-time CARGO_BIN_EXE_gam (honored when present, e.g. if a future refactor moves the bin back into this package).