async_engine: move scheduler into workspace crate
This commit is contained in:
parent
b7ecf700fa
commit
03d3876888
7 changed files with 205 additions and 182 deletions
14
async-engine/Cargo.toml
Normal file
14
async-engine/Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "jay-async-engine"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0-only"
|
||||
|
||||
[dependencies]
|
||||
jay-time = { version = "0.1.0", path = "../time" }
|
||||
jay-tracy = { version = "0.1.0", path = "../tracy" }
|
||||
jay-utils = { version = "0.1.0", path = "../utils" }
|
||||
|
||||
[features]
|
||||
it = []
|
||||
tracy = ["jay-tracy/tracy"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue