jazzfool / iced_video_player

Video player component for Iced
Apache License 2.0
112 stars 16 forks source link

Update dependencies and use new method for event subscriptions #3

Closed thedanhoffman closed 3 years ago

thedanhoffman commented 3 years ago

First off, thanks for the project! It looks very useful, but I had to make some changes for it to compile with the project.

  1. Updated iced from 0.1 to the latest version on the Git with other dependencies
  2. Change event subscriptions to use a provided event

I attempted to use the latest published version, but there was a native library incompatibility that prevented this. If pulling the latest version from the Git isn't a reasonable default, then I can change that as well.

jazzfool commented 3 years ago

Thanks for the PR! Everything looks good.