2019-01-02 21:25:01 +00:00
|
|
|
[package]
|
2019-04-12 09:22:37 +00:00
|
|
|
name = "veloren-voxygen"
|
2020-01-29 14:00:07 +00:00
|
|
|
version = "0.5.0"
|
2019-08-04 19:54:08 +00:00
|
|
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>", "Imbris <imbrisf@gmail.com>"]
|
2019-01-02 21:25:01 +00:00
|
|
|
edition = "2018"
|
2019-05-27 20:51:42 +00:00
|
|
|
default-run = "veloren-voxygen"
|
2020-01-09 06:05:20 +00:00
|
|
|
# Cargo thinks it should build the voxygen binary even when a specific bench is specified for building
|
|
|
|
# Uncomment below and comment out default-run if you want to avoid this
|
|
|
|
# autobins = false
|
2019-01-02 21:25:01 +00:00
|
|
|
|
2019-01-07 21:10:31 +00:00
|
|
|
[features]
|
2019-01-11 17:30:13 +00:00
|
|
|
gl = ["gfx_device_gl"]
|
2019-10-11 12:19:55 +00:00
|
|
|
singleplayer = ["server"]
|
2019-01-07 21:10:31 +00:00
|
|
|
|
2019-10-29 06:55:45 +00:00
|
|
|
default = ["gl", "singleplayer", "msgbox"]
|
2019-01-07 21:10:31 +00:00
|
|
|
|
2019-01-02 21:25:01 +00:00
|
|
|
[dependencies]
|
2019-01-12 15:57:19 +00:00
|
|
|
common = { package = "veloren-common", path = "../common" }
|
|
|
|
client = { package = "veloren-client", path = "../client" }
|
2019-01-02 21:25:01 +00:00
|
|
|
|
|
|
|
# Graphics
|
2019-11-05 11:14:39 +00:00
|
|
|
gfx = "0.18.2"
|
2019-09-08 15:15:46 +00:00
|
|
|
gfx_device_gl = { version = "0.16.2", optional = true }
|
2019-07-28 15:47:14 +00:00
|
|
|
gfx_window_glutin = "0.31.0"
|
2019-11-05 11:14:39 +00:00
|
|
|
glutin = "0.21.1"
|
|
|
|
winit = { version = "0.19.4", features = ["serde"] }
|
2019-04-13 14:33:42 +00:00
|
|
|
conrod_core = { git = "https://gitlab.com/veloren/conrod.git" }
|
|
|
|
conrod_winit = { git = "https://gitlab.com/veloren/conrod.git" }
|
2019-07-28 15:47:14 +00:00
|
|
|
euc = "0.3.0"
|
2019-01-02 22:08:13 +00:00
|
|
|
|
2019-03-19 14:12:42 +00:00
|
|
|
# ECS
|
2019-11-30 06:41:20 +00:00
|
|
|
specs = "0.15.1"
|
2020-01-10 00:33:38 +00:00
|
|
|
specs-idvs = { git = "https://gitlab.com/veloren/specs-idvs.git" }
|
2019-03-19 14:12:42 +00:00
|
|
|
|
2019-01-02 22:08:13 +00:00
|
|
|
# Mathematics
|
2019-11-05 11:14:39 +00:00
|
|
|
vek = { version = "0.9.9", features = ["serde"] }
|
2019-01-07 21:10:31 +00:00
|
|
|
|
2019-09-15 20:41:47 +00:00
|
|
|
# Singleplayer
|
|
|
|
server = { package = "veloren-server", path = "../server", optional = true }
|
2019-06-04 19:57:13 +00:00
|
|
|
|
2019-01-07 21:10:31 +00:00
|
|
|
# Utility
|
2019-07-28 15:47:14 +00:00
|
|
|
glsl-include = "0.3.1"
|
2019-11-05 11:14:39 +00:00
|
|
|
failure = "0.1.6"
|
2019-07-29 13:42:26 +00:00
|
|
|
log = "0.4.8"
|
2019-07-28 15:47:14 +00:00
|
|
|
dot_vox = "4.0.0"
|
2019-11-05 11:14:39 +00:00
|
|
|
image = "0.22.3"
|
|
|
|
serde = "1.0.102"
|
|
|
|
serde_derive = "1.0.102"
|
2019-05-26 09:21:51 +00:00
|
|
|
ron = "0.5.1"
|
2019-10-20 01:28:30 +00:00
|
|
|
guillotiere = { git = "https://github.com/Imberflur/guillotiere" }
|
2019-10-15 14:06:37 +00:00
|
|
|
fern = { version = "0.5.8", features = ["colored"] }
|
2019-11-24 07:49:14 +00:00
|
|
|
msgbox = { git = "https://github.com/bekker/msgbox-rs.git", rev = "68fe39a", optional = true }
|
2019-07-28 15:47:14 +00:00
|
|
|
directories = "2.0.2"
|
|
|
|
num = "0.2.0"
|
2019-11-05 11:14:39 +00:00
|
|
|
backtrace = "0.3.40"
|
|
|
|
rand = "0.7.2"
|
2020-01-07 16:40:06 +00:00
|
|
|
treeculler = { git = "https://gitlab.com/yusdacra/treeculler.git" }
|
2020-02-15 21:30:44 +00:00
|
|
|
rodio = { version = "0.10", default-features = false, features = ["wav", "vorbis"] }
|
2019-10-06 09:18:23 +00:00
|
|
|
cpal = "0.10"
|
2019-11-16 16:55:50 +00:00
|
|
|
crossbeam = "=0.7.2"
|
2020-01-16 21:42:51 +00:00
|
|
|
hashbrown = { version = "0.6.2", features = ["rayon", "serde", "nightly"] }
|
2019-11-05 11:14:39 +00:00
|
|
|
chrono = "0.4.9"
|
2019-10-05 13:12:20 +00:00
|
|
|
rust-argon2 = "0.5"
|
2020-01-20 13:37:29 +00:00
|
|
|
bincode = "1.2"
|
2020-01-17 23:43:18 +00:00
|
|
|
deunicode = "1.0"
|
2019-10-02 14:24:21 +00:00
|
|
|
|
2020-01-07 05:45:43 +00:00
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
2020-01-20 13:37:29 +00:00
|
|
|
dispatch = "0.1.4"
|
2020-01-07 05:45:43 +00:00
|
|
|
|
2019-10-02 14:24:21 +00:00
|
|
|
[target.'cfg(windows)'.build-dependencies]
|
2019-10-04 16:44:31 +00:00
|
|
|
winres = "0.1"
|
2020-01-09 06:05:20 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
criterion = "0.3"
|
|
|
|
world = { package = "veloren-world", path = "../world" }
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "meshing_benchmark"
|
|
|
|
harness = false
|