gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

gtk: Add an `unsafe-assume-initialized` feature #762

Closed ids1024 closed 2 years ago

ids1024 commented 2 years ago

This is useful for building a cdylib/staticlib with C ABI bindings, where gtk_init() will be called from outside Rust.

GuillaumeGomez commented 2 years ago

I'd like to have @sdroege's review as well. But otherwise looks good to me.