gtk-rs / sys

DEPRECATED, each crate has its own sys folder now.
http://gtk-rs.org/
MIT License
31 stars 25 forks source link

Regenerate with link attribute #181

Closed seungha-yang closed 3 years ago

seungha-yang commented 3 years ago

Make use of #[link] attribute for Windows build to be able to link corresponding import library

depends on https://github.com/gtk-rs/gir/pull/965

sdroege commented 3 years ago

CI failures are unrelated, looks like it works correctly.

seungha-yang commented 3 years ago

Regenerated with gir master.

sdroege commented 3 years ago

All green, let's get it in? @GuillaumeGomez ?

GuillaumeGomez commented 3 years ago

Thanks!