oden/third-party/vendor/sctk-adwaita/Cargo.toml
2024-03-08 11:03:01 -08:00

50 lines
1.2 KiB
TOML

# 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"
name = "sctk-adwaita"
version = "0.5.4"
authors = ["Poly <marynczak.bartlomiej@gmail.com>"]
description = "Adwaita-like SCTK Frame"
documentation = "https://docs.rs/sctk-adwaita"
readme = "README.md"
keywords = ["sctk"]
license = "MIT"
repository = "https://github.com/PolyMeilex/sctk-adwaita"
[dependencies.ab_glyph]
version = "0.2.17"
optional = true
[dependencies.crossfont]
version = "0.5.0"
features = ["force_system_fontconfig"]
optional = true
[dependencies.log]
version = "0.4"
[dependencies.memmap2]
version = "0.5.8"
[dependencies.smithay-client-toolkit]
version = "0.16"
[dependencies.tiny-skia]
version = "0.8"
features = [
"std",
"simd",
]
[features]
default = ["ab_glyph"]