build winit_minimal with bluetooth disabled (#35590)

Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
webbeef 2025-02-21 15:26:46 -08:00 committed by GitHub
parent a6f19c0092
commit 6a182c345c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -233,7 +233,6 @@ mod from_script {
target_variant!("NotifyLoadStatusChanged(LoadStatus::Complete") target_variant!("NotifyLoadStatusChanged(LoadStatus::Complete")
}, },
Self::Panic(..) => target_variant!("Panic"), Self::Panic(..) => target_variant!("Panic"),
#[cfg(feature = "bluetooth")]
Self::GetSelectedBluetoothDevice(..) => { Self::GetSelectedBluetoothDevice(..) => {
target_variant!("GetSelectedBluetoothDevice") target_variant!("GetSelectedBluetoothDevice")
}, },