-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make drag and drop optional (fixes OleInitialize failure #1255) #1524
Make drag and drop optional (fixes OleInitialize failure #1255) #1524
Conversation
Keeping an eye on this, I am patiently waiting to be able to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with merging this. Once my review comments have been addressed, I think this will be good to go.
Fixed as requested |
Any update on this ? Using |
Can this be re-reviewed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Sorry it took so long to re-review it.
506a7dc
to
6e7df74
Compare
Fix incorrect changelog entry for rust-windowing#1524 (rust-windowing#1916)
* Remove warning about cpal drag and drop Given that the issue rust-windowing/winit#1255 was closed by rust-windowing/winit#1524, it would make sense to remove the warning about the issue from NativeOptions * Change `NativeOptions::drag_and_drop_support` default to true
Since #1260 is stalled and based on discussion there I suggest an alternative fix for the
OleInitialize
problem (#1255). This makes drag and drop optional and allowswinit
to be used together with libraries likecpal
without drag and drop functionality. I also improved the panic message as previous was really not informative.cargo fmt
has been run on this branchcargo doc
builds successfullyCHANGELOG.md
if knowledge of this change could be valuable to users