dcampbell24 / iup-rust

Rust binding for IUP
MIT License
44 stars 13 forks source link

error: unresolved name iup::label #28

Closed planmac closed 9 years ago

planmac commented 9 years ago

None of the examples build: Cargo.toml [dependencies.iup] git = "https://github.com/dcampbell24/iup-rust"

main.rs = hello0.rs or hello1.rs

thelink2012 commented 9 years ago

There is no iup::label anymore but iup::control::Label. You seem to be under the legacy API? Try cargo update -p iup to go to the latest version.

planmac commented 9 years ago

You are right! Sorry for the newby error - still not sure how that happened but all good now!