some mishmash brainstorming on adding text rendering. Going to use inverted stencil buffer + glyph path method

This commit is contained in:
2019-09-17 20:10:16 -07:00
parent b13a834475
commit 89fc974d3c
7 changed files with 76 additions and 45 deletions

View File

@@ -5,7 +5,6 @@ authors = ["MitchellHansen <mitchellhansen0@gmail.com>"]
edition = "2018"
[dependencies]
sfml = "0.14.0"
cgmath = "0.17.0"
simple-stopwatch="0.1.4"
nalgebra = "0.18.0"
@@ -22,4 +21,4 @@ shade_runner = {path = "../shade_runner"}
winit = "0.19.1"
#criterion = "0.3.0"
hprof = "0.1.3"
rusttype = { version = "0.7", features = ["gpu_cache"] }
rusttype = { version = "0.7.0", features = ["gpu_cache"] }