speedy2d 1.0.5

Hardware-accelerated drawing of shapes, images, and text, with an easy to use API. Speedy2D aims to be the simplest Rust API for creating a window, rendering graphics, and handling input.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
max_width = 90
newline_style = "Unix"
use_field_init_shorthand = true

unstable_features = true
combine_control_expr = false
condense_wildcard_suffixes = true
error_on_line_overflow = true
error_on_unformatted = true
format_strings = true
imports_layout = "HorizontalVertical"
imports_granularity = "Module"
group_imports = "StdExternalCrate"
wrap_comments = true
trailing_comma = "Never"
brace_style = "AlwaysNextLine"
report_fixme = "Always"
report_todo = "Always"