diff --git a/Cargo.lock b/Cargo.lock index 1a59f70..faff97e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1416,6 +1416,7 @@ dependencies = [ [[package]] name = "s2dc" version = "0.1.0" +source = "git+https://github.com/crumblingstatue/s2dc.git#9fbb354e48d6469a632ec68abeb2b33dc66d6cc7" dependencies = [ "num-traits", "serde", diff --git a/Cargo.toml b/Cargo.toml index 28bf837..b16c1ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,8 +30,7 @@ image = "0.24.6" bitfield-struct = "0.4.1" [dependencies.s2dc] -#git = "https://github.com/crumblingstatue/s2dc.git" -path = "/home/dew/projects/github/s2dc" +git = "https://github.com/crumblingstatue/s2dc.git" features = ["serde"] [dependencies.sfml-xt]