mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
f5445774de
Hopefully works better on wayland!
20 lines
582 B
TOML
20 lines
582 B
TOML
[package]
|
|
authors = ["Ben Wallis <atomyc@gmail.com>"]
|
|
name = "veloren-voxygen-egui"
|
|
edition = "2021"
|
|
version = "0.9.0"
|
|
|
|
[features]
|
|
use-dyn-lib = ["common-dynlib"]
|
|
be-dyn-lib = []
|
|
|
|
[dependencies]
|
|
client = {package = "veloren-client", path = "../../client"}
|
|
common = {package = "veloren-common", path = "../../common"}
|
|
egui = "0.12"
|
|
egui_winit_platform = { git = "https://github.com/Imberflur/egui_winit_platform.git", tag = "veloren-winit-0.28" }
|
|
lazy_static = { workspace = true }
|
|
common-dynlib = {package = "veloren-common-dynlib", path = "../../common/dynlib", optional = true}
|
|
|
|
|