displayz icon indicating copy to clipboard operation
displayz copied to clipboard

Initial refactoring of `displayz`

Open shymega opened this issue 2 years ago • 1 comments

  • Bump Cargo.lock and dependencies.
  • Use cfg_attr to expose platform-specific APIs in the platform module, then export with pub use.
  • Create initial common module for abstracting displays.
  • Make examples only run on Windows - pending refactoring of Windows backend.
  • Add lints.

Resolves #2.

shymega avatar Jun 06 '23 17:06 shymega

OK, some updates. I've added a note to Resolutions, and wrapped get_edid in an Option.

shymega avatar Jun 07 '23 18:06 shymega