e_window_native 0.1.0

e_window shared native methods for screen size and other native needs.
Documentation
  • Coverage
  • 50%
    2 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 9.96 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 303.57 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • davehorner

e_window_native

Provides cross-platform screen size detection for e_window and related crates.

Usage

Add to your Cargo.toml:

e_window_native = { path = "../e_window_native" }

Import and use:

use e_window_native::{get_cross_platform_screen_size, get_screen_size};