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

This reverts commit 19231f043a.
This commit is contained in:
ice_iix 2020-12-26 21:11:53 -08:00
parent 19231f043a
commit bda3c99440
2 changed files with 2 additions and 2 deletions

1
Cargo.lock generated
View File

@ -791,6 +791,7 @@ 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,8 +22,7 @@ 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 = { path = "../glow" }
glow = { git = "https://github.com/iceiix/glow", rev = "b354346dee69ff0ca7ccef67f7580dfbb697423b" }
byteorder = "1.3.4"
serde = "1.0.118"
serde_json = "1.0.60"