jackdaw_runtime 0.4.1

Runtime scene loader for the Jackdaw editor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "jackdaw_runtime"
version = "0.4.1"
edition = "2024"
description = "Runtime scene loader for the Jackdaw editor"
license = "MIT OR Apache-2.0"
repository = "https://github.com/jbuehler23/jackdaw"

[dependencies]
bevy.workspace = true
jackdaw_jsn.workspace = true
jackdaw_geometry.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror = "2"

[lints]
workspace = true