DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: f16455699e446e720cd55c99925f06aad952a46a deck-builder/server/Cargo.toml -rw-r--r-- 604 bytes
f1645569Jonni Liljamo wip!(client, server, shared): initial updating to bevy 0.10 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "server"
version = "0.1.0"
authors = ["Jonni Liljamo <jonni@liljamo.com>"]
edition = "2021"
description = "Server for laurelin"
readme = "README.md"
repository = "https://git.src.quest/~skye/deck-builder/"
license = "GPL-3.0-only"
publish = false

[dependencies]
laurelin_shared = { package = "shared", path = "../shared" }

naia-bevy-server = "0.19.0"

bevy_app = { version = "0.10.0", default-features=false }
bevy_core = { version = "0.10.0", default-features=false }
bevy_ecs = { version = "0.10.0", default-features=false }
bevy_log = { version = "0.10.0", default-features=false }