User rabbitizer crate (#22)

* Start using rabbitizer crate

* Fix reference problem

* bump rabbitizer version
This commit is contained in:
Anghelo Carvajal
2023-01-21 03:27:09 -03:00
committed by GitHub
parent 500965aacb
commit ec062bf5ca
3 changed files with 24 additions and 186 deletions

View File

@@ -32,7 +32,7 @@ notify = "5.0.0"
object = { version = "0.30.2", features = ["read_core", "std", "elf"], default-features = false }
png = "0.17.7"
ppc750cl = { git = "https://github.com/terorie/ppc750cl", rev = "9ae36eef34aa6d74e00972c7671f547a2acfd0aa" }
rabbitizer = { git = "https://github.com/encounter/rabbitizer-rs", rev = "10c279b2ef251c62885b1dcdcfe740b0db8e9956" }
rabbitizer = "1.5.7"
rfd = { version = "0.10.0" } #, default-features = false, features = ['xdg-portal']
serde = { version = "1", features = ["derive"] }
tempfile = "3.3.0"