mirror of
https://github.com/Theaninova/mhlib.git
synced 2026-01-07 01:02:49 +00:00
initial commit
This commit is contained in:
22
rust/Cargo.toml
Normal file
22
rust/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "mhjnr"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "mhjnr-viewer"
|
||||
path = "src/main.rs"
|
||||
|
||||
[lib]
|
||||
name = "mhjnr"
|
||||
crate-type = ["cdylib", "lib"]
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.10.5"
|
||||
unicode-segmentation = "1.10.1"
|
||||
binrw = "0.11.1"
|
||||
serde = {version = "1.0.160", features = ["derive"]}
|
||||
serde-xml-rs = "0.6.0"
|
||||
image = "0.24.6"
|
||||
base64 = "0.21.0"
|
||||
godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }
|
||||
Reference in New Issue
Block a user