Releases: davehorner/cargo-e
Releases · davehorner/cargo-e
e_window_native-v0.1.0
Added
- (e_window) integrate cross-platform screen size detection with e_window_native module
e_window_api-v0.1.3
Added
- (e_window) integrate cross-platform screen size detection with e_window_native module
e_window_api-v0.1.2
Fixed
- (macos) fix coregraphics errors.
e_window-v0.1.15
Added
- (e_window) integrate cross-platform screen size detection with e_window_native module
e_crate_version_checker-v0.1.35
Added
- (e_window) Implement message box functionality and auto-centering
cargo-e-v0.3.2
Other
- updated the following local packages: e_crate_version_checker
e_window_types-v0.1.0
Added
- (e_window) Implement message box functionality and auto-centering
e_window_api-v0.1.1
Changed
- BREAKING: Removed heavy dependencies to create minimal dependency footprint
- Removed
serde,serde_json,anyhow,shell-words, andwinapidependencies - Reduced tokio features from "full" to only required features:
process,io-util,time,macros,rt-multi-thread - Changed error handling from
anyhow::ResulttoResult<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
Added
- (e_window) Implement message box functionality and auto-centering
e_obs-v0.1.6
Added
- (e_window) Implement message box functionality and auto-centering