mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 16:41:48 +03:00
99b0c46d87
Split all the EnsoGL components, examples and debug scenes to separate crates, so the work on the single component should be quicker than before.
13 lines
271 B
TOML
13 lines
271 B
TOML
[package]
|
|
name = "enso-debug-scene"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
debug-scene-interface = { path = "interface" }
|
|
debug-scene-visualization = { path = "visualization" }
|