some mishmash brainstorming on adding text rendering. Going to use inverted stencil buffer + glyph path method
This commit is contained in:
@@ -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"] }
|
||||
Reference in New Issue
Block a user