icons.toml
icon_folder = "src/res/icons"
When I put a new svg icon to the icon_folder (the folder modify property is changed) and cargo run an app doesn't display a new icon, because cargo doesn't rerun the icons building script.
I need save the icons.toml without any changes in order to update the modify property of the file to rerun compiling of relm4-icons crate build script.
I think a path to icon_folder should be a full path.
icons.toml
When I put a new svg icon to the
icon_folder(the foldermodifyproperty is changed) andcargo runan app doesn't display a new icon, because cargo doesn't rerun the icons building script.I need save the
icons.tomlwithout any changes in order to update themodifyproperty of the file to rerun compiling ofrelm4-iconscrate build script.I think a path to
icon_foldershould be a full path.