mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 21:38:34 +00:00
Run cargo fmt
This commit is contained in:
parent
06033f7f63
commit
c0ba921a0d
@ -34,7 +34,10 @@ fn assert_file_exists(path: &str) -> io::Result<()> {
|
|||||||
|
|
||||||
fn main() -> io::Result<()> {
|
fn main() -> io::Result<()> {
|
||||||
let manifest_dir = Path::new(env!("CARGO_MANIFEST_DIR"));
|
let manifest_dir = Path::new(env!("CARGO_MANIFEST_DIR"));
|
||||||
println!("cargo:THIRD_PARTY={}", manifest_dir.join("third-party").display());
|
println!(
|
||||||
|
"cargo:THIRD_PARTY={}",
|
||||||
|
manifest_dir.join("third-party").display()
|
||||||
|
);
|
||||||
for (key, value) in DEFINES.iter() {
|
for (key, value) in DEFINES.iter() {
|
||||||
println!("cargo:DEFINE_{}={}", key, value.unwrap_or(""));
|
println!("cargo:DEFINE_{}={}", key, value.unwrap_or(""));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user