| Crates.io | e_window_native |
| lib.rs | e_window_native |
| version | 0.1.0 |
| created_at | 2025-10-12 04:08:40.630917+00 |
| updated_at | 2025-10-12 04:08:40.630917+00 |
| description | e_window shared native methods for screen size and other native needs. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1878866 |
| size | 9,969 |
Provides cross-platform screen size detection for e_window and related crates.
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};