x-graphics 0.1.0

Graphics framework for X
[dependencies.bitflags]
version = "2.6"

[dependencies.cfg-if]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.os-ver]
version = "0.2"

[dependencies.thiserror]
version = "1.0"

[dependencies.winit]
version = "0.30"

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

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

[package]
authors = ["Zhou Wei <zhouwei@ehom.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["graphics"]
description = "Graphics framework for X"
documentation = "https://docs.rs/x-graphics"
edition = "2021"
homepage = "https://github.com/libark/x"
keywords = ["graphics", "2d", "image", "bitmap"]
license = "MIT OR Apache-2.0"
name = "x-graphics"
readme = "README.md"
repository = "https://github.com/libark/x"
version = "0.1.0"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-foundation]
version = "0.10"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-graphics2]
default-features = false
features = ["link", "objc"]
version = "0.4"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-text]
version = "21.0"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc2]
version = "0.5"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc2-foundation]
version = "0.2"

[target.'cfg(target_family = "wasm")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_family = "wasm")'.dependencies.web-sys]
features = ["CanvasGradient", "CanvasRenderingContext2d", "CanvasWindingRule", "Document", "DomMatrix", "DomPoint", "DomPointInit", "DomRect", "Element", "HtmlCanvasElement", "ImageBitmap", "ImageData", "OffscreenCanvas", "OffscreenCanvasRenderingContext2d", "Path2d", "TextMetrics", "Window"]
version = "0.3"

[target.'cfg(target_family = "wasm")'.dependencies.web-time]
version = "1.1"

[target.'cfg(target_family = "wasm")'.dev-dependencies.console_error_panic_hook]
version = "0.1"

[target.'cfg(target_os = "ios")'.dependencies.objc2-ui-kit]
features = ["UIView", "UIWindow"]
version = "0.2"

[target.'cfg(target_os = "linux")'.dependencies.skia-safe]
version = "0.78"

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Foundation_Numerics", "Win32_Globalization", "Win32_Graphics_Direct2D", "Win32_Graphics_Direct2D_Common", "Win32_Graphics_Direct3D", "Win32_Graphics_Direct3D11", "Win32_Graphics_DirectWrite", "Win32_Graphics_Dxgi", "Win32_Graphics_Dxgi_Common", "Win32_System_Com", "Win32_System_SystemServices"]
version = "0.58"