Closed ansirotenko closed 1 month ago
System icons has dependency to old version of 'gtk' library. It becomes very unfortunate when you want to use systemicons to build Tauri projects. Here is issue on Tauri tracker related to systemicons.
Could you please upgrade version of gtk at your dependencies from 0.14 to 0.18. That would open a lot of possibilities for innovators.
You can try me fork: https://github.com/u3l6/systemicons
The crate is updated to use GTK3 version 0.18. In near future "systemicons" will be updated to use GTK4
The crate is updated to use GTK3 version 0.18. In near future "systemicons" will be updated to use GTK4
Thanks a lot. Just applied it to my application. https://github.com/ansirotenko/ccv
System icons has dependency to old version of 'gtk' library. It becomes very unfortunate when you want to use systemicons to build Tauri projects. Here is issue on Tauri tracker related to systemicons.
Could you please upgrade version of gtk at your dependencies from 0.14 to 0.18. That would open a lot of possibilities for innovators.