2022-06-08 01:05:04 +01:00
|
|
|
[package]
|
|
|
|
name = "usdpl-core"
|
2024-04-03 01:52:42 +01:00
|
|
|
version = "1.0.0"
|
2023-09-03 22:33:30 +01:00
|
|
|
authors = ["NGnius <ngniusness@gmail.com>"]
|
2022-06-08 01:05:04 +01:00
|
|
|
edition = "2021"
|
2022-06-12 22:30:14 +01:00
|
|
|
license = "GPL-3.0-only"
|
2023-09-03 22:33:30 +01:00
|
|
|
repository = "https://git.ngni.us/NG-SD-Plugins/usdpl-rs"
|
2023-04-17 03:57:12 +01:00
|
|
|
readme = "../README.md"
|
2023-09-03 22:33:30 +01:00
|
|
|
description = "Universal Steam Deck Plugin Library core designed for all architectures"
|
2022-06-08 01:05:04 +01:00
|
|
|
|
2022-06-16 22:03:43 +01:00
|
|
|
[features]
|
2024-10-24 03:35:20 +01:00
|
|
|
default = ["any"]
|
2022-06-16 22:03:43 +01:00
|
|
|
decky = []
|
2024-10-24 03:35:20 +01:00
|
|
|
any = []
|
2022-06-08 01:05:04 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2022-06-15 21:46:13 +01:00
|
|
|
base64 = "0.13"
|
2022-07-24 19:45:48 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
hex-literal = "0.3.4"
|