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 foldermodify
property is changed) andcargo run
an app doesn't display a new icon, because cargo doesn't rerun the icons building script. I need save theicons.toml
without any changes in order to update themodify
property of the file to rerun compiling ofrelm4-icons
crate build script.I think a path to
icon_folder
should be a full path.