mkgraphic 0.2.1

A Rust port of the cycfi/elements GUI framework
Documentation
[dependencies.bitflags]
version = "2.4"

[dependencies.fontdb]
version = "0.16"

[dependencies.log]
version = "0.4"

[dependencies.rustybuzz]
version = "0.12"

[dependencies.smallvec]
version = "1.11"

[dependencies.thiserror]
version = "1.0"

[dependencies.tiny-skia]
version = "0.11"

[dependencies.ttf-parser]
version = "0.20"

[dev-dependencies.env_logger]
version = "0.10"

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

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

[features]
default = ["platform-native"]
platform-native = []

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

[package]
authors = ["MinjaeKim"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust port of the cycfi/elements GUI framework"
documentation = "https://docs.rs/mkgraphic"
edition = "2021"
license = "MIT"
name = "mkgraphic"
readme = "README.md"
repository = "https://github.com/mkaudio-company/mkgraphic"
version = "0.2.1"

[target.'cfg(target_os = "linux")'.dependencies.x11rb]
features = ["allow-unsafe-code"]
version = "0.13"

[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.5"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.9"

[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
version = "0.23"

[target.'cfg(target_os = "macos")'.dependencies.foreign-types]
version = "0.5"

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

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
features = ["NSApplication", "NSWindow", "NSView", "NSEvent", "NSResponder", "NSGraphicsContext", "NSColor", "NSCursor", "NSPasteboard", "NSScreen", "NSTrackingArea", "NSText", "NSRunningApplication", "NSGraphics", "NSMenu", "NSMenuItem"]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
features = ["NSString", "NSArray", "NSData", "NSNotification", "NSThread", "NSRunLoop"]
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_HiDpi", "Win32_System_Threading", "Win32_Graphics_Direct2D", "Win32_Graphics_Direct2D_Common", "Win32_Graphics_DirectWrite", "Win32_System_Com"]
version = "0.52"