Skip to content

Releases: davehorner/cargo-e

e_window_native-v0.1.0

12 Oct 04:08

Choose a tag to compare

Added

  • (e_window) integrate cross-platform screen size detection with e_window_native module

e_window_api-v0.1.3

12 Oct 04:44

Choose a tag to compare

Added

  • (e_window) integrate cross-platform screen size detection with e_window_native module

e_window_api-v0.1.2

12 Oct 02:24

Choose a tag to compare

Fixed

  • (macos) fix coregraphics errors.

e_window-v0.1.15

12 Oct 04:44

Choose a tag to compare

Added

  • (e_window) integrate cross-platform screen size detection with e_window_native module

e_crate_version_checker-v0.1.35

12 Oct 02:21

Choose a tag to compare

Added

  • (e_window) Implement message box functionality and auto-centering

cargo-e-v0.3.2

12 Oct 02:23

Choose a tag to compare

Other

  • updated the following local packages: e_crate_version_checker

e_window_types-v0.1.0

11 Oct 15:41

Choose a tag to compare

Added

  • (e_window) Implement message box functionality and auto-centering

e_window_api-v0.1.1

11 Oct 16:27

Choose a tag to compare

Changed

  • BREAKING: Removed heavy dependencies to create minimal dependency footprint
  • Removed serde, serde_json, anyhow, shell-words, and winapi dependencies
  • Reduced tokio features from "full" to only required features: process, io-util, time, macros, rt-multi-thread
  • Changed error handling from anyhow::Result to Result<T, Box<dyn std::error::Error>>
  • Removed Serialize/Deserialize derives from structs (not needed for API functionality)

Improved

  • Significantly reduced compilation time and binary size
  • Only 3 direct dependencies now: tokio, thiserror, which
  • Maintained all functionality while minimizing external dependencies

e_window-v0.1.14

11 Oct 16:14

Choose a tag to compare

Added

  • (e_window) Implement message box functionality and auto-centering

e_obs-v0.1.6

11 Oct 16:27

Choose a tag to compare

Added

  • (e_window) Implement message box functionality and auto-centering