stevenarella/src
iceiix a6bff21de8
Update to glutin 0.22.0 and winit 0.20.0 release (#268)
Thanks to @mwkroening (#317) and @martijnberger (#323) for helping fix this update.

* Update to glutin 0.22.0 and winit 0.20.0 release, removing alpha pinning

* scale_factor() replaces hidpi_factor()

* Listen for ScaleFactorChanged, separate from Resized event

* Fix getting physical size of window

* Fix logical mouse event coordinates
2020-06-20 13:55:45 -07:00
..
console Fix bare trait objects warning, add explicit `dyn` 2019-11-02 15:46:06 -07:00
ecs Update to Rust 1.40.0. Closes #253 2020-01-04 17:26:26 -08:00
entity Replace into_iter() -> iter() for arrays, fixes 1.42-nightly warning 2020-01-04 19:33:05 -08:00
gl Replace println! with log crate facade macros info!, debug!, etc. 2019-05-22 16:01:14 -07:00
model Bump image from 0.21.3 to 0.22.3. Closes #238 2020-01-05 09:10:59 -08:00
render Update to reqwest 0.10.0. Closes #259 2020-01-05 10:38:21 -08:00
screen Fix warning: `...` range patterns are deprecated 2019-11-02 15:46:10 -07:00
server protocol: atomics replace unsafe for version/debug. Closes #261 2020-01-08 18:57:57 -08:00
ui Update to glutin 0.22.0-alpha5, remove wasm_stub (#260) 2020-01-05 17:56:32 -08:00
world Bump image from 0.21.3 to 0.22.3. Closes #238 2020-01-05 09:10:59 -08:00
auth.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
chunk_builder.rs Change to PCG random number generator algorithm 2020-01-05 10:01:44 -08:00
main.rs Update to glutin 0.22.0 and winit 0.20.0 release (#268) 2020-06-20 13:55:45 -07:00
resources.rs Update to reqwest 0.10.0. Closes #259 2020-01-05 10:38:21 -08:00
settings.rs Update to glutin 0.22.0-alpha5, remove wasm_stub (#260) 2020-01-05 17:56:32 -08:00