mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 21:37:19 +00:00
9 lines
242 B
TOML
9 lines
242 B
TOML
[package]
|
|
name = "libxdo-sys"
|
|
version = "0.11.0"
|
|
edition = "2021"
|
|
publish = false
|
|
description = "Dynamic loading wrapper for libxdo-sys that doesn't require libxdo at compile/link time"
|
|
|
|
[dependencies]
|
|
hbb_common = { path = "../hbb_common" }
|