Fix icons not showing when using flake

This commit is contained in:
2024-06-04 22:12:54 +02:00
parent 367997839c
commit 41f79a992e
5 changed files with 55 additions and 34 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
# Core library
relm4 = "0.8.1"
relm4 = { version = "0.8.1" }
# relm4-macros = "0.6.2"
# Optional: reusable components
relm4-components = "0.8.1"