rust/physfs-rs/Cargo.toml
author unC0Rr
Wed, 15 May 2024 10:05:13 +0200
changeset 16042 2e529b1a9d5b
parent 14456 a1613788130d
permissions -rw-r--r--
Wonder if anyone is trying to build this game anymore

[package]

name = "physfs-rs"
version = "0.1.0"
license = "zlib"
authors = [ "Robert Habermeier" ]

[lib]

name = "physfs"

[dependencies]

libc = "0.1"