You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed by staging dll in deps directory.
This is required for running comment examples as tests, which otherwise
don't seem to be picking up the dll in library path when it is only
dropped in the top most target_path.
Fixes
```
failures:
src/sdl2\event.rs - event::EventSender::push_custom_event (line 2874)
src/sdl2\event.rs - event::crate::EventSubsystem::add_event_watch (line 244)
src/sdl2\event.rs - event::crate::EventSubsystem::push_custom_event (line 203)
src/sdl2\event.rs - event::crate::EventSubsystem::register_event (line 135)
src/sdl2\rect.rs - rect::Rect::has_intersection (line 482)
src/sdl2\rect.rs - rect::Rect::intersection (line 504)
src/sdl2\rect.rs - rect::Rect::union (line 536)
```
when running `cargo test --features bundled` on Windows.
0 commit comments