Skip to content

Commit

Permalink
okay
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlapa committed Aug 9, 2024
1 parent 06d5fc9 commit bc92c12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pulse = { version = "2.28", package = "libpulse-binding" }

[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.58", features = ["implement", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_Media_Audio", "Win32_System_Com", "Win32_UI_Shell_PropertiesSystem", "Win32_UI_WindowsAndMessaging"] }
windows-implement = "0.58"
windows-core = "0.58"

[build-dependencies]
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/native/src/devices.rs
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ mod win_default_device_callback {

/// Implementation of an [`IMMNotificationClient`] used for detecting
/// default audio output device changes.
#[windows_implement::implement(IMMNotificationClient)]
#[windows::core::implement(IMMNotificationClient)]
struct AudioEndpointCallback;

#[allow(non_snake_case)]
Expand Down

0 comments on commit bc92c12

Please sign in to comment.