blinc_platform_desktop 0.1.13

Blinc desktop platform - macOS, Windows, Linux windowing and input
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 = "2021"
rust-version = "1.75"
name = "blinc_platform_desktop"
version = "0.1.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blinc desktop platform - macOS, Windows, Linux windowing and input"
documentation = "https://docs.rs/blinc_platform_desktop"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/project-blinc/Blinc"

[features]
default = []

[lib]
name = "blinc_platform_desktop"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.blinc_platform]
version = "0.1.13"

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

[dependencies.tracing]
version = "0.1"

[dependencies.winit]
version = "0.30"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6.3"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3.2"
features = [
    "NSBundle",
    "NSString",
    "NSPathUtilities",
]

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.58"
features = [
    "Win32_UI_WindowsAndMessaging",
    "Win32_Foundation",
]