rust/physfs-rs/Cargo.toml
author Lars Wendler <polynomial-c@gmx.de>
Mon, 27 Jan 2025 19:08:55 +0100
changeset 16068 a617af1ee757
parent 14435 a1613788130d
permissions -rw-r--r--
Rename appdata to metainfo See https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html chapter 2.1.2 "Filesystem locations" Signed-off-by: Lars Wendler <polynomial-c@gmx.de>

[package]

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

[lib]

name = "physfs"

[dependencies]

libc = "0.1"