Remove kubi-udp from deps

This commit is contained in:
griffi-gh 2023-03-07 23:00:34 +01:00
parent 2ac1ab407d
commit 9261c62eed
2 changed files with 0 additions and 2 deletions

View file

@ -6,7 +6,6 @@ publish = false
[dependencies]
kubi-shared = { path = "../kubi-shared" }
kubi-udp = { path = "../kubi-udp" }
kubi-logging = { path = "../kubi-logging" }
log = "*"
shipyard = { git = "https://github.com/leudz/shipyard", rev = "eb189f66" }

View file

@ -6,7 +6,6 @@ publish = false
[dependencies]
kubi-shared = { path = "../kubi-shared" }
kubi-udp = { path = "../kubi-udp" }
kubi-logging = { path = "../kubi-logging" }
log = "*"
glium = "0.32"