[package] name = "physfs-sys" version = "0.0.0" authors = ["AlexApps99 "] edition = "2018" description = "PhysicsFS is a library to provide abstract access to various archives." readme = "README.md" homepage = "https://icculus.org/physfs/" repository = "https://github.com/AlexApps99/physfs-rs" license = "Zlib" keywords = ["physfs", "physicsfs", "physics", "phys", "icculus"] categories = ["external-ffi-bindings", "filesystem", "game-development", "compression"] links = "physfs" [build-dependencies] bindgen = "0.53.2" cmake = "0.1.42" [features] default = ["PHYSFS_ARCHIVE_ZIP"] PHYSFS_ARCHIVE_ZIP = [] PHYSFS_ARCHIVE_7Z = [] PHYSFS_ARCHIVE_GRP = [] PHYSFS_ARCHIVE_WAD = [] PHYSFS_ARCHIVE_HOG = [] PHYSFS_ARCHIVE_MVL = [] PHYSFS_ARCHIVE_QPAK = [] PHYSFS_ARCHIVE_SLB = [] PHYSFS_ARCHIVE_VDF = [] PHYSFS_ARCHIVE_ISO9660 = []