mirror of
https://github.com/redstrate/Miscel.git
synced 2025-05-20 12:07:46 +00:00
18 lines
340 B
TOML
18 lines
340 B
TOML
[package]
|
|
name = "miscel"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[build-dependencies]
|
|
system-deps = "7"
|
|
|
|
[package.metadata.system-deps]
|
|
libunshield = { version = "1.4", feature = "game_install" }
|
|
|
|
[features]
|
|
default = []
|
|
|
|
# enables game installation support using unshield (only supported on Linux and macOS)
|
|
game_install = []
|
|
|
|
[dependencies]
|