add glow feature

This commit is contained in:
Michael Kirk 2020-08-12 12:42:27 -07:00 committed by Dustin Carlino
parent 32a92c0d76
commit 58d360668e

View File

@ -9,6 +9,7 @@ edition = "2018"
[features]
default = ["built", "ezgui/glium-backend", "reqwest", "webbrowser"]
wasm = ["ezgui/wasm-backend"]
glow = ["built", "ezgui/glow-backend", "reqwest", "webbrowser"]
[dependencies]
aabb-quadtree = "0.1.0"