forked from Ashscript-Game/ashscript-types
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
23 lines (22 loc) · 850 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "ashscript-types"
version = "0.10.50"
edition = "2021"
authors=["Ashscript Contributors"]
description="Types for Ashcript Game game and action states"
homepage="https://github.com/Ashscript-Game/ashscript-types"
license = "MIT OR Apache-2.0"
[dependencies]
hashbrown = {version="0.15.0", features = ["serde"] }
hexx = { version = "0.18.0", features = ["serde"] }
enum-map = {version="2.7.3", features = ["serde"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
lazy_static="1.5.0"
glam="0.27.0"
uuid = {version="1.10.0", features = ["serde", "v4"] }
enum_dispatch = "0.3.13"
enum-iterator = "2.1.0"
hecs = { version = "0.10.5", features = ["serde", "column-serialize", "row-serialize"] }
postcard = { version = "1.0.10", features = ["use-std"] }
bitcode = { version = "0.6.3", features = ["serde"] }