Closed azurekite83 closed 4 months ago
Which version of gtk4-rs are you using? This sounds like you're using 0.8 (glib-rs 0.19) and not 0.9 (glib-rs 0.20). The #[weak]
syntax is new in that release.
You're right. I'm using MSYS2 and built gtk4 differently so I've been trying to cargo update instead of updating from MSYS2. I appreciate it.
Just tried updating with MSYS2. No updates for gtk happened, tried uninstalling and building using gvsbuild but gvsbuild is installing 0.8 still. Is 0.9 going to be built from scratch until gvsbuild is updated?
gvsbuild has nothing to do with gtk-rs updates, that's all handled by cargo. Check that you have version 0.9 in your Cargo.toml
.
Oh ok, thank you.
`