mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-02-21 16:29:04 +01:00
parent
49a5451af2
commit
7b8a48ad09
2 changed files with 5 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [ "./app", "./engine", "./device" ]
|
||||
exclude = [ "./deps/tengri", "./deps/dizzle" ]
|
||||
exclude = [ "./tengri", "./dizzle" ]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
|
|
@ -15,14 +15,14 @@ inherits = "test"
|
|||
lto = false
|
||||
|
||||
[workspace.dependencies.tengri]
|
||||
path = "./deps/tengri/tengri"
|
||||
path = "./tengri/tengri"
|
||||
features = [ "tui", "dsl" ]
|
||||
|
||||
[workspace.dependencies.tengri_proc]
|
||||
path = "./deps/tengri/proc"
|
||||
path = "./tengri/proc"
|
||||
|
||||
[workspace.dependencies.jack]
|
||||
path = "./deps/rust-jack"
|
||||
path = "./rust-jack"
|
||||
|
||||
[workspace.dependencies]
|
||||
tek = { path = "./tek" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue