Switch back to s2dc git version

This commit is contained in:
crumblingstatue 2023-04-17 18:27:03 +02:00
parent fd1ee6715d
commit cd807cb33a
2 changed files with 2 additions and 2 deletions

1
Cargo.lock generated
View file

@ -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",

View file

@ -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]