2021-04-16 23:22:06 +00:00
|
|
|
[package]
|
|
|
|
authors = ["Imbris <imbrisf@gmail.com>"]
|
2022-01-26 14:46:40 +00:00
|
|
|
edition = "2021"
|
2021-04-16 23:22:06 +00:00
|
|
|
name = "veloren-voxygen-anim-dyn"
|
2021-06-12 08:14:07 +00:00
|
|
|
version = "0.10.0"
|
2021-04-16 23:22:06 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
# Using dylib instead of cdylib increases the size 3 -> 13 mb
|
|
|
|
# but it is needed to expose the symbols from the anim crate :(
|
|
|
|
# effect on compile time appears to be insignificant
|
|
|
|
crate-type = ["dylib"]
|
|
|
|
|
|
|
|
[features]
|
|
|
|
be-dyn-lib = ["veloren-voxygen-anim/be-dyn-lib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
veloren-voxygen-anim = { path = "../" }
|