mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 11:45:01 +01:00
Switch back to s2dc git version
This commit is contained in:
parent
fd1ee6715d
commit
cd807cb33a
2 changed files with 2 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue