- 23 Nov, 2019 2 commits
-
-
Alex Butler authored
-
Alex Butler authored
-
- 09 Nov, 2019 1 commit
-
-
Alex Butler authored
-
- 27 Sep, 2019 1 commit
-
-
Alex Butler authored
-
- 25 Sep, 2019 1 commit
-
-
Alex Butler authored
-
- 06 Sep, 2019 4 commits
-
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
- 05 Sep, 2019 6 commits
-
-
Alex Butler authored
-
Alex Butler authored
Implement Support for no_std See merge request !145
-
This allows using rusttype on no_std targets by disabling the `std` feature that is enabled by default and activating the `libm-math` feature. On most targets you still want to keep the `has-atomics` feature active, as that specifies that the target is capable of supporting atomics, which only some embedded devices do not support.
-
Alex Butler authored
-
Alex Butler authored
Move tests, examples & benches into ./dev See merge request !146
-
Alex Butler authored
* Remove unicode-normalization * Update CI & readme
-
- 02 Sep, 2019 1 commit
-
-
Alex Butler authored
-
- 22 Jul, 2019 1 commit
-
-
Alex Butler authored
-
- 12 Jul, 2019 1 commit
-
-
Alex Butler authored
-
- 10 Jul, 2019 1 commit
-
-
Alex Butler authored
-
- 06 Jul, 2019 1 commit
-
-
Alex Butler authored
-
- 20 Jun, 2019 1 commit
-
-
Alex Butler authored
-
- 14 Jun, 2019 1 commit
-
-
Alex Butler authored
-
- 13 Jun, 2019 1 commit
-
-
Alex Butler authored
-
- 10 Jun, 2019 2 commits
-
-
Alex Butler authored
Disable multithread dependencies on wasm32 See merge request !143
-
Alex Butler authored
-
- 09 Jun, 2019 4 commits
-
-
Alex Butler authored
-
Alex Butler authored
FIX: align_4x4 implementation See merge request !142
-
Scott J Maddox authored
fix align_4x4 implementation incorrectly causing a change in UV coordinates
-
Scott J Maddox authored
improve align_4x4 test to fail if the UV coordiantes change when align_4x4 is enabled
-
- 08 Jun, 2019 3 commits
-
-
Alex Butler authored
add CacheBuilder.align_4x4 option See merge request !141
-
Scott J Maddox authored
-
Scott J Maddox authored
If your backend requires texture updates to be aligned to 4x4 texel boundaries (e.g. WebGL), this should be set to `true`.
-
- 29 May, 2019 1 commit
-
-
Alex Butler authored
-
- 24 May, 2019 1 commit
-
-
Alex Butler authored
-
- 14 Apr, 2019 4 commits
-
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
- 18 Mar, 2019 2 commits
-
-
Alex Butler authored
GlyphIter and LayoutIter keeps the lifetime of the font data See merge request !140
-
Dávid Kocsis authored
-