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

20 lines
356 B
TOML
Raw Normal View History

2025-04-28 22:58:36 -04:00
[package]
name = "miscel"
version = "0.1.0"
edition = "2024"
2025-04-29 00:19:30 -04:00
license = "MIT"
2025-04-28 22:58:36 -04:00
[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]