wtk 0.2.1

Simple widget toolkit
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 = "wtk"
version = "0.2.1"
authors = ["Rein Fernhout"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple widget toolkit"
homepage = "https://github.com/LevitatingBusinessMan/wtk"
readme = false
license = "MIT"

[features]
default = [
    "sdl3",
    "xrdb",
    "elm",
]
elm = []

[lib]
name = "wtk"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

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

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

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

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

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

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

[dependencies.libc]
version = "0.2.175"

[dependencies.sdl3]
version = "0.15"
features = ["image"]
optional = true

[dependencies.xrdb]
version = "0.1.1"
optional = true

[dev-dependencies.mpris]
version = "2.0.1"