diff --git a/Cargo.toml b/Cargo.toml index 7fa122b..f91e5c6 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "physis" -version = "0.2.2" +version = "0.2.3" authors = ["Joshua Goins "] edition = "2021" description = "Interact with XIV game data." license = "GPL-3.0" homepage = "https://xiv.zone/physis" -repository = "https://git.sr.ht/~redstrate/physis" +repository = "https://github.com/redstrate/Physis" keywords = ["ffxiv", "modding"] documentation = "https://docs.xiv.zone/docs/physis/" readme = "README.md" @@ -74,4 +74,4 @@ glam = { version = "0.24.1", optional = true } bitflags = { version = "1.3", optional = true } # needed for dxt/bc decompression -texpresso = { version = "2", optional = true } \ No newline at end of file +texpresso = { version = "2", optional = true }