Commit 76beea6
authored
Release 0.11.1 (#39)
* Inline the video methods.
We want them in RAM in our BIOS, not accessed via a thunk.
* Video mode updates.
) Add new scaling type.
) Make video format nicely printable.
) Add safe way to convert integers to modes.
* Add Mode::is_text_mode.
* Reorder method.
* Update to v0.11.11 parent 286d216 commit 76beea6
3 files changed
+121
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| |||
0 commit comments