tx2-core 0.1.0

High-performance native ECS engine for cross-platform applications and games
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.pollster]
version = "0.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tx2-link]
version = "0.1.0"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"

[dependencies.wgpu]
version = "0.19"

[dependencies.winit]
version = "0.29"

[dev-dependencies]

[[example]]
name = "hello_window"
path = "examples/hello_window.rs"

[lib]
name = "tx2_core"
path = "src/lib.rs"

[package]
authors = ["TX-2 Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development", "graphics", "simulation"]
description = "High-performance native ECS engine for cross-platform applications and games"
documentation = "https://docs.rs/tx2-core"
edition = "2021"
homepage = "https://github.com/IreGaddr/tx2-core"
keywords = ["ecs", "game-engine", "wgpu", "entity-component"]
license = "MIT"
name = "tx2-core"
readme = "README.md"
repository = "https://github.com/IreGaddr/tx2-core"
version = "0.1.0"