@slint_ui You need to also to be careful when making existing functionality optional using Cargo’s feature system. If anyone uses your crate with default-features = false then they might run into problems and you would have to release a new major version to communicate that.