Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
50
third-party/vendor/sctk-adwaita/Cargo.toml
vendored
Normal file
50
third-party/vendor/sctk-adwaita/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
# 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue