2022-06-08 01:05:04 +01:00
|
|
|
[package]
|
|
|
|
name = "usdpl-core"
|
2022-06-21 01:03:18 +01:00
|
|
|
version = "0.5.0"
|
2022-06-08 01:05:04 +01:00
|
|
|
edition = "2021"
|
2022-06-12 22:30:14 +01:00
|
|
|
license = "GPL-3.0-only"
|
|
|
|
repository = "https://github.com/NGnius/usdpl-rs"
|
2022-06-13 02:30:01 +01:00
|
|
|
readme = "README.md"
|
|
|
|
description = "Universal Steam Deck Plugin Library core"
|
2022-06-08 01:05:04 +01:00
|
|
|
|
2022-06-16 22:03:43 +01:00
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
decky = []
|
|
|
|
crankshaft = []
|
2022-06-08 01:05:04 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2022-06-15 21:46:13 +01:00
|
|
|
base64 = "0.13"
|