mirror of
https://github.com/bevyengine/bevy
synced 2024-11-30 08:30:24 +00:00
12 lines
336 B
TOML
12 lines
336 B
TOML
|
[package]
|
||
|
name = "bevy_serialization"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Carter Anderson <mcanders1@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
legion = { path = "../bevy_legion", features = ["serialize"] }
|
||
|
serde = { version = "1", features = ["derive"]}
|
||
|
erased-serde = "0.3"
|
||
|
type-uuid = "0.1"
|
||
|
uuid = { version = "0.8", features = ["v4"] }
|