rustraight 0.3.2

A simple 2D game library for Rust, inspired by DXLib
# 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"
name = "rustraight"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple 2D game library for Rust, inspired by DXLib"
readme = "README.md"
keywords = [
    "game",
    "gamedev",
    "2d",
    "wgpu",
    "graphics",
]
categories = ["game-engines"]
license = "MIT"
repository = "https://github.com/tetorisou-spec/rustraight.git"

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

[[bin]]
name = "rustraight_demo"
path = "src/main.rs"

[dependencies.fontdue]
version = "0.7"

[dependencies.raw-window-handle]
version = "0.6"

[dependencies.wgpu]
version = "27"

[target.'cfg(target_os = "windows")'.dependencies.lewton]
version = "0.10"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.58"
features = [
    "Win32_Foundation",
    "Win32_Graphics_Imaging",
    "Win32_System_Com",
    "Win32_Media_Audio",
    "Win32_Media_Audio_XAudio2",
    "Win32_Devices_HumanInterfaceDevice",
]

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.52"
features = [
    "Win32_Foundation",
    "Win32_UI_WindowsAndMessaging",
    "Win32_Graphics_Gdi",
    "Win32_Graphics_Dwm",
    "Win32_System_LibraryLoader",
    "Win32_UI_Controls",
    "Win32_UI_Input_XboxController",
    "Win32_UI_HiDpi",
]