DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: d4fdc3da3ef34d81a766a2170c8da2d1f390381f deck-builder/sdbclient/Cargo.toml -rw-r--r-- 400 bytes
d4fdc3daJonni Liljamo Add FiraMono font 1 year, 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "sdbclient"
version = "0.1.0"
authors = ["Jonni Liljamo <jonni@liljamo.com>"]
edition = "2021"
description = "Client for a deck building game"
readme = "README.md"
repository = "https://src.quest/skye/deck-builder"
license = "GPL-3.0-only"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = { version = "0.9.1" }