Emil Ernerfeldt
eca5e6a4d2
Update to Rust 1.65 ( #2314 )
...
* Update to Rust 1.65
Because then you can use dynamic linking on Linux
* Fix a bunch of clippy lints
* Update changelogs
* More clippy fixes
2022-11-16 19:08:03 +01:00
blusk
3805a3282f
feat: add a way to provide customable scaling to SVG rasterization ( #2252 )
2022-11-07 16:52:14 +01:00
ItsEthra
4d1e858a52
Use total_cmp for clamping drag value in order to avoid floating point ambiguities ( #2213 )
...
* Use total_cmp for clamping DragValue
* Added test for clamping
* Increase MSRV in all crates
* Increased rust version for github actions and lib.rs
* Inversed ranges are now working properply with clamp_to_range
* Added more tests
2022-11-02 19:38:39 +01:00
Emil Ernerfeldt
34e6e12f00
Specify deifferent minification and magnification filters ( #2224 )
...
* Specify deifferent minification and magnification filters
* Fixes
* Update changelogs
* Doctest fixes
* Add deprecation notice for RetainedImage::with_texture_filter
2022-11-02 17:54:06 +01:00
ItsEthra
76d0cf5034
Fixed datepicker not being marked as changed ( #2208 )
2022-10-31 21:40:49 +01:00
Clement Rey
3d36a20376
table: fix deadlocks caused by lock fairness ( #2156 )
2022-10-16 20:10:48 +02:00
njust
dbfaa4527b
egui_extras: Add Table::vertical_scroll_offset ( #1946 )
...
* egui_extras: Add Table::vertical_scroll_offset
* Added example for TableBuilder::vertical_scroll_offset
* Format code
* Add link to PR in the changelog
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2022-08-28 09:37:23 +02:00
Emil Ernerfeldt
97ce103209
Release 0.19.0 - wgpu backend, repaint_after, continue-after-close
2022-08-20 16:49:58 +02:00
Emil Ernerfeldt
8737933101
Improve documentation and logging
2022-08-20 15:06:43 +02:00
Emil Ernerfeldt
041f2e64ba
Move all crates into a crates
directory ( #1940 )
2022-08-20 10:41:49 +02:00