Include CSS as GResource
Also use explicit namespace for bare functions and constants used in main.rs.
This commit is contained in:
parent
fc5bfd5876
commit
5e5df5c401
6 changed files with 39 additions and 6 deletions
|
|
@ -9,6 +9,10 @@ license = "GPL-3.0-or-later"
|
|||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[build-dependencies]
|
||||
# Keep version in sync with GLib as included in GTK4
|
||||
glib-build-tools = "0.21.0"
|
||||
|
||||
[dependencies]
|
||||
async-sqlite = { version = "0.5.4", default-features = false }
|
||||
gtk4 = { version = "0.10.3", features = ["v4_20"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue