-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c6bf95
commit 889e3e9
Showing
27 changed files
with
392 additions
and
383 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "skytemple_rust" | ||
version = "1.8.0" | ||
version = "1.8.1" | ||
authors = ["Marco 'Capypara' Köpcke <[email protected]>"] | ||
edition = "2021" | ||
repository = "https://github.com/SkyTemple/skytemple-rust" | ||
|
@@ -24,7 +24,7 @@ compression = [] | |
image = [] | ||
|
||
sir0 = ["anyhow"] | ||
kao = ["compression", "image", "arr_macro"] | ||
kao = ["compression", "image"] | ||
map_bg = ["compression", "image"] | ||
misc_graphics = ["image"] | ||
dungeon_graphics = ["image", "sir0"] | ||
|
@@ -40,15 +40,14 @@ romfs = ["nitro_fs", "memmap2", "strings"] | |
|
||
[dependencies] | ||
skytemple_rust_macros = { path = "skytemple_rust_macros" } | ||
pyo3 = { version = "0.22", features = ["extension-module", "py-clone"] } | ||
pyo3 = { version = "0.22", features = ["extension-module"] } | ||
pyo3-log = { version = "0.11" } | ||
itertools = "0.13" | ||
log = "0.4" | ||
bytes = "1" | ||
num-traits = "0.2" | ||
num-derive = "0.4" | ||
paste = "1.0" | ||
arr_macro = { version = "0.2", optional = true } | ||
encoding = "0.2" | ||
encoding-index-singlebyte = { version = "1", optional = true } | ||
pmd_wan = { version = "5.1", optional = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "setuptools-rust"] | |
|
||
[project] | ||
name = "skytemple-rust" | ||
version = "1.8.0" | ||
version = "1.8.1" | ||
authors = [ | ||
{ name = 'Marco "Capypara" Köpcke', email = "[email protected]" }, | ||
# see About dialog or GitHub contributors list for additional people. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.