mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Cleanup dependencies
This commit is contained in:
parent
ff06f2d19f
commit
477c7379ea
@ -6,5 +6,5 @@ version = "0.1.0"
|
||||
bitflags = "*"
|
||||
event = { path = "../../crates/event/" }
|
||||
io = { path = "../../crates/io/" }
|
||||
orbclient = "0.1"
|
||||
orbclient = "0.2"
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
|
||||
@ -3,9 +3,9 @@ name = "vesad"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
orbclient = "0.1"
|
||||
orbclient = "0.2"
|
||||
ransid = "0.2"
|
||||
rusttype = { git = "https://github.com/dylanede/rusttype.git", optional = true }
|
||||
rusttype = { version = "0.2", optional = true }
|
||||
redox_syscall = { path = "../../syscall" }
|
||||
|
||||
[features]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user