1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[package]
name = "eucalyptus-core"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme = "README.md"
[dependencies]
dropbear-macro = { path = "../dropbear-macro" }
magna-carta = { path = "../magna-carta" }
kino-ui = { path = "../kino-ui", features = ["ser"]}
anyhow.workspace = true
postcard.workspace = true
chrono.workspace = true
dropbear-engine.workspace = true
egui-toast.workspace = true
egui.workspace = true
egui_dock.workspace = true
glam.workspace = true
hecs.workspace = true
log.workspace = true
once_cell.workspace = true
parking_lot.workspace = true
ron.workspace = true
serde.workspace = true
winit.workspace = true
tokio.workspace = true
rayon.workspace = true
jni.workspace = true
sha2.workspace = true
libloading.workspace = true
crossbeam-channel.workspace = true
app_dirs2.workspace = true
log-once.workspace = true
rfd = { workspace = true, optional = true }
typetag.workspace = true
semver.workspace = true
rustc_version_runtime.workspace = true
rapier3d.workspace = true
bytemuck.workspace = true
thiserror.workspace = true
combine.workspace = true
dyn-clone.workspace = true
downcast-rs.workspace = true
wgpu = {workspace = true, features = ["serde"]}
rkyv.workspace = true
bitflags.workspace = true
uuid.workspace = true
splines.workspace = true
puffin.workspace = true
[features]
default = []
# internal redback-runtime configurations because some stuff keep on enabling for JVM
runtime = []
# editor only stuff
editor = ["jvm", "rfd", "jvm_debug"]
# enabled scripttarget::jvm as an option
jvm = []
# enables jdb
jvm_debug = ["jvm"]
[build-dependencies]
anyhow.workspace = true
app_dirs2.workspace = true
goanna-gen = { path = "../goanna-gen" }