gtk-rs / examples4

DEPRECATED, use https://github.com/gtk-rs/gtk4-rs repository instead!
MIT License
16 stars 4 forks source link

Update examples for the latest regen #2

Open alatiera opened 5 years ago

alatiera commented 5 years ago

Also remove the futures feature and move to 0.3 from 0.3.preview

sdroege commented 5 years ago
error: Package `gtk-rs-examples4 v0.0.1 (/home/travis/build/gtk-rs/examples4)` does not have feature `futures`. It has a required dependency with that name, but only optional dependencies can be used as features.
sdroege commented 5 years ago

You also have to update the minimum version to 1.39 from 1.36

sdroege commented 5 years ago

@GuillaumeGomez good to go :)

sfanxiang commented 5 years ago

I'm slightly worried by the unused import warnings in CI. That generally means some library is reexporting symbols when it shouldn't. I'll double check on that.