File: Cargo.toml.orig

package info (click to toggle)
rust-xkbcommon-dl 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: sh: 14; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "xkbcommon-dl"
version = "0.4.2"
documentation = "https://docs.rs/xkbcommon-dl/"
repository = "https://github.com/rust-windowing/xkbcommon-dl"
authors = ["Francesca Frangipane <francesca@comfysoft.net>"]
license = "MIT"
description = "Dynamically loaded xkbcommon and xkbcommon-x11 Rust bindings."
edition = "2021"
rust-version = "1.64"

[badges]

[features]
x11 = []

[dependencies]
bitflags = "2.3.1"
dlib = "0.5.2"
log = "0.4"
once_cell = "1.17"
xkeysym = "0.2.0"