Skip to content
Snippets Groups Projects
Cargo.toml 344 B
Newer Older
StarArawn's avatar
StarArawn committed
[package]
name = "kayak_font"
version = "0.1.0"
edition = "2021"

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

[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", rev = "38c7d5eb9e81ab8e1aec03673599b25a9aa0c69c" }
serde = "1.0"
serde_json = "1.0"
serde_path_to_error = "0.1"