mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-19 17:36:50 +00:00
Change repo url
This commit is contained in:
parent
0400f33c33
commit
da4be1e8e4
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "physis"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
authors = ["Joshua Goins <josh@redstrate.com>"]
|
||||
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 }
|
||||
texpresso = { version = "2", optional = true }
|
||||
|
|
Loading…
Add table
Reference in a new issue