// Copyright (c) 2024 Xu Shaohua <shaohua@biofan.org>. All rights reserved.
// Use of this source is governed by Lesser General Public License
// that can be found in the LICENSE file.
use ;
pub const UPDATE_KEY: &str = "UPDATE_ZU_ICONS";
/// Check whether icon crate shall be refreshed.
///
/// Set `UPDATE_ZU_ICONS=1` environment to force update all icons.
/// Remove all files in `src/` directory of crate
///
/// # Errors
///
/// Returns `Err` if the `src/` directory cannot be removed or recreated.