YAS/apps/desktop/src-tauri/target/debug/build/camino-78c3c0bbfe52ff82/output
YetAnotherSuite Dev e937627e1f fix: add Tauri icons and remove unused Manager import
- Create placeholder icon.png (32x32, 128x128, 256x256) for Tauri build
- Remove unused  from lib.rs
2026-07-20 23:12:18 +02:00

17 lines
608 B
Plaintext

cargo:rerun-if-changed=build.rs
cargo:rustc-check-cfg=cfg(doc_cfg)
cargo:rustc-check-cfg=cfg(path_buf_deref_mut)
cargo:rustc-check-cfg=cfg(try_reserve_2)
cargo:rustc-check-cfg=cfg(os_str_bytes)
cargo:rustc-check-cfg=cfg(os_string_pathbuf_leak)
cargo:rustc-check-cfg=cfg(absolute_path)
cargo:rustc-check-cfg=cfg(path_add_extension)
cargo:rustc-check-cfg=cfg(pathbuf_const_new)
cargo:rustc-cfg=try_reserve_2
cargo:rustc-cfg=path_buf_deref_mut
cargo:rustc-cfg=os_str_bytes
cargo:rustc-cfg=absolute_path
cargo:rustc-cfg=os_string_pathbuf_leak
cargo:rustc-cfg=path_add_extension
cargo:rustc-cfg=pathbuf_const_new