wxdragon 0.9.14

Safe Rust bindings for wxWidgets via the wxDragon C wrapper
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"
name = "wxdragon"
version = "0.9.14"
authors = ["Allen Dang <allengnr@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings for wxWidgets via the wxDragon C wrapper"
readme = "README.md"
keywords = [
    "wxwidgets",
    "gui",
    "ui",
    "cross-platform",
    "bindings",
]
categories = [
    "gui",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AllenDang/wxDragon"

[package.metadata.docs.rs]
features = [
    "aui",
    "stc",
    "xrc",
    "richtext",
]

[features]
aui = ["wxdragon-sys/aui"]
media-ctrl = ["wxdragon-sys/media-ctrl"]
richtext = ["wxdragon-sys/richtext"]
stc = ["wxdragon-sys/stc"]
webview = ["wxdragon-sys/webview"]
xrc = ["wxdragon-sys/xrc"]

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

[dependencies.bitflags]
version = "2.10.0"

[dependencies.log]
version = "0.4.28"

[dependencies.paste]
version = "1.0.15"

[dependencies.wxdragon-macros]
version = "0.9.14"

[dependencies.wxdragon-sys]
version = "0.9.14"