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

20 lines
413 B
TOML

[package]
name = "miscel"
version = "0.1.0"
edition = "2024"
license = "MIT"
[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]
physis = { git = "https://github.com/redstrate/Physis" }