Hi, I'm trying to use this library in MacOS Monterey 12.3.1.
Running examples/print_events doesn't work (no media event printed even when I press one, no metadata shown up in the media control). Running example/example.rs works perfectly but I'm not sure I understand the requirement of winit library here. winit and winit::event_loop seem to be the only difference between examples/print_events.rs and examples/example.rs
Does souvlaki work without winit, as I see that winit is only included as the devdependencies? Am I missing something here?