katra3d 0.1.0

Katra3D: performance-first native Rust Windows gaming runtime for Linux. Behavioral compatibility without architectural inheritance.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "katra3d"
version = "0.1.0"
authors = ["Katra3D Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Katra3D: performance-first native Rust Windows gaming runtime for Linux. Behavioral compatibility without architectural inheritance."
documentation = "https://docs.rs/katra3d"
readme = "README.md"
keywords = [
    "gaming",
    "wine",
    "proton",
    "vulkan",
    "performance",
]
categories = [
    "games",
    "game-development",
    "emulators",
    "graphics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/infinityabundance/Katra3D"
resolver = "2"

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

[dependencies.katra-abi]
version = "0.1.0"

[dependencies.katra-cache]
version = "0.1.0"

[dependencies.katra-core]
version = "0.1.0"

[dependencies.katra-courts]
version = "0.1.0"

[dependencies.katra-d3d12]
version = "0.1.0"

[dependencies.katra-dstorage]
version = "0.1.0"

[dependencies.katra-flow]
version = "0.1.0"

[dependencies.katra-graph]
version = "0.1.0"

[dependencies.katra-io]
version = "0.1.0"

[dependencies.katra-memory]
version = "0.1.0"

[dependencies.katra-prof]
version = "0.1.0"

[dependencies.katra-replay]
version = "0.1.0"

[dependencies.katra-report]
version = "0.1.0"

[dependencies.katra-schedule]
version = "0.1.0"

[dependencies.katra-shader]
version = "0.1.0"

[dependencies.katra-sync]
version = "0.1.0"

[dependencies.katra-trace]
version = "0.1.0"

[dependencies.katra-vulkan]
version = "0.1.0"

[profile.dev]
debug = 1

[profile.release]
lto = "thin"
codegen-units = 1