mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 00:07:53 +03:00
20 lines
654 B
TOML
20 lines
654 B
TOML
[package]
|
|
name = "debug-scene-visualization"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
enso-frp = { path = "../../../../../lib/rust/frp" }
|
|
ensogl = { path = "../../../../../lib/rust/ensogl" }
|
|
ensogl-hardcoded-theme = { path = "../../../../../lib/rust/ensogl/app/theme/hardcoded" }
|
|
ensogl-text-msdf-sys = { path = "../../../../../lib/rust/ensogl/component/text/msdf-sys" }
|
|
ide-view = { path = "../.." }
|
|
js-sys = { version = "0.3.28" }
|
|
nalgebra = { version = "0.26.1" }
|
|
serde_json = { version = "1.0" }
|
|
wasm-bindgen = { version = "0.2.78", features = ["nightly"] }
|