egui/epaint/src
Emil Ernerfeldt 7b0f991b20 Improve docs concerning custom fonts, themes and accessibility
Closes https://github.com/emilk/egui/pull/370
Closes https://github.com/emilk/egui/issues/372
2021-05-11 14:56:27 +02:00
..
text Improve docs concerning custom fonts, themes and accessibility 2021-05-11 14:56:27 +02:00
color.rs #![allow(clippy::float_cmp)] everywhere 2021-05-09 14:00:53 +02:00
lib.rs Enable a bunch more clippy lints 2021-05-09 14:13:09 +02:00
mesh.rs Enable a bunch more clippy lints 2021-05-09 14:13:09 +02:00
mutex.rs Break out mod paint into new crate epaint 2021-01-10 15:42:46 +01:00
shadow.rs Add light mode 2021-02-03 19:30:58 +01:00
shape.rs Replace `impl Into<String>` with `impl ToString` (#302) 2021-04-29 19:49:49 +02:00
shape_transform.rs Add some clippy lints 2021-03-23 19:53:31 +01:00
stats.rs Wrap tesselated output in struct ClippedMesh(Rect, Mesh) 2021-01-25 21:43:17 +01:00
stroke.rs Break out mod paint into new crate epaint 2021-01-10 15:42:46 +01:00
tessellator.rs Tesselator: ignore zero-sized clip rects 2021-04-20 10:05:47 +02:00
texture_atlas.rs Add a bunch on inline annotations 2021-04-01 23:07:15 +02:00