mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
267 B
TOML
15 lines
267 B
TOML
|
[package]
|
||
|
authors = ["Imbris <imbrisf@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
name = "veloren-voxygen-egui-dyn"
|
||
|
version = "0.9.0"
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["dylib"]
|
||
|
|
||
|
[features]
|
||
|
be-dyn-lib = ["veloren-voxygen-egui/be-dyn-lib"]
|
||
|
|
||
|
[dependencies]
|
||
|
veloren-voxygen-egui = { path = "../" }
|