1
Fork 0
mirror of https://github.com/redstrate/Miscel.git synced 2025-05-20 20:17:46 +00:00
miscel/Cargo.toml

19 lines
340 B
TOML
Raw Normal View History

2025-04-28 22:58:36 -04:00
[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]