all: inherit metadeta from cargo workspace
This commit is contained in:
parent
1c21bd1259
commit
d920e554cf
52 changed files with 328 additions and 320 deletions
|
|
@ -1,14 +1,14 @@
|
|||
[package]
|
||||
name = "jay-clientmem"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0-only"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
jay-cpu-worker = { version = "0.1.0", path = "../cpu-worker" }
|
||||
jay-gfx-types = { version = "0.1.0", path = "../gfx-types" }
|
||||
jay-tracy = { version = "0.1.0", path = "../tracy" }
|
||||
jay-utils = { version = "0.1.0", path = "../utils" }
|
||||
jay-cpu-worker = { path = "../cpu-worker" }
|
||||
jay-gfx-types = { path = "../gfx-types" }
|
||||
jay-tracy = { path = "../tracy" }
|
||||
jay-utils = { path = "../utils" }
|
||||
|
||||
log = "0.4.20"
|
||||
thiserror = "2.0.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue