Use local copy of glow modified with [features] debug_trace_calls, debug_automatic_glGetError

This commit is contained in:
ice_iix 2020-12-26 21:11:50 -08:00
parent 1b400d1d17
commit 19231f043a
2 changed files with 2 additions and 2 deletions

1
Cargo.lock generated
View File

@ -791,7 +791,6 @@ dependencies = [
[[package]]
name = "glow"
version = "0.6.1"
source = "git+https://github.com/iceiix/glow?rev=b354346dee69ff0ca7ccef67f7580dfbb697423b#b354346dee69ff0ca7ccef67f7580dfbb697423b"
dependencies = [
"js-sys",
"slotmap",

View File

@ -22,7 +22,8 @@ debug-assertions = true
cfg-if = "1.0.0"
wasm-bindgen = "0.2.69"
winit = { version = "0.24.0", features = [ "web-sys" ]}
glow = { git = "https://github.com/iceiix/glow", rev = "b354346dee69ff0ca7ccef67f7580dfbb697423b" }
#glow = { git = "https://github.com/iceiix/glow", rev = "b354346dee69ff0ca7ccef67f7580dfbb697423b" }
glow = { path = "../glow" }
byteorder = "1.3.4"
serde = "1.0.118"
serde_json = "1.0.60"