diff --git a/Cargo.lock b/Cargo.lock index ff686da..85784de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index f1350db..98b993c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"