mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
add discord feature with dependencies
This commit is contained in:
parent
d9ab3ef76c
commit
60500d9235
@ -7,6 +7,7 @@ default-run = "veloren-voxygen"
|
||||
|
||||
[features]
|
||||
gl = ["gfx_device_gl"]
|
||||
discord = ["discord_game_sdk", "chrono"]
|
||||
|
||||
default = ["gl"]
|
||||
|
||||
@ -31,6 +32,10 @@ specs = "0.14"
|
||||
# Mathematics
|
||||
vek = "0.9"
|
||||
|
||||
# discord
|
||||
discord_game_sdk = { version = "0.2.0", optional = true }
|
||||
chrono = { version = "0.4.6", optional = true }
|
||||
|
||||
# Utility
|
||||
glsl-include = "0.3"
|
||||
failure = "0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user