Files
2026-07-13 12:24:51 +08:00

23 lines
857 B
TOML

[package]
name = "fyrox-build-tools"
version = "2.0.0-rc.1"
edition = "2021"
license = "MIT"
description = "Build tools for Fyrox Engine"
keywords = ["build"]
categories = ["game-development"]
include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"]
homepage = "https://fyrox.rs"
documentation = "https://docs.rs/fyrox-build-tools"
repository = "https://github.com/FyroxEngine/Fyrox"
rust-version = "1.94"
[dependencies]
fyrox-core = { path = "../fyrox-core", version = "2.0.0-rc.1" }
fyrox-ui = { path = "../fyrox-ui", version = "2.0.0-rc.1" }
fyrox-resource = { path = "../fyrox-resource", version = "2.0.0-rc.1" }
serde = { version = "1.0.215", features = ["derive"] }
cargo_metadata = "0.22"
open = "5"
serde_json = { version = "1", features = ["raw_value", "default", "std", "unbounded_depth"] }
clap = { version = "4", features = ["derive"] }