displayz
displayz copied to clipboard
Initial refactoring of `displayz`
- Bump Cargo.lock and dependencies.
- Use
cfg_attrto expose platform-specific APIs in theplatformmodule, then export withpub use. - Create initial
commonmodule for abstracting displays. - Make examples only run on Windows - pending refactoring of Windows backend.
- Add lints.
Resolves #2.
OK, some updates. I've added a note to Resolutions, and wrapped get_edid in an Option.