Compare commits
No commits in common. "9ad9d2140221cc9e81573a261fac45930029d051" and "aaccedb85fb5b47e95c0eacee889672c938d9dcf" have entirely different histories.
9ad9d21402
...
aaccedb85f
14 changed files with 2 additions and 68 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
@ -1,6 +0,0 @@
|
||||||
* text=auto
|
|
||||||
|
|
||||||
*.xcf filter=lfs diff=lfs merge=lfs -text
|
|
||||||
*.ico filter=lfs diff=lfs merge=lfs -text
|
|
||||||
*.png filter=lfs diff=lfs merge=lfs -text
|
|
||||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
|
23
Cargo.lock
generated
23
Cargo.lock
generated
|
@ -549,7 +549,7 @@ dependencies = [
|
||||||
"directories",
|
"directories",
|
||||||
"serde",
|
"serde",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"toml 0.8.13",
|
"toml",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -918,7 +918,6 @@ dependencies = [
|
||||||
"tracing-error",
|
"tracing-error",
|
||||||
"tracing-subscriber",
|
"tracing-subscriber",
|
||||||
"usvg",
|
"usvg",
|
||||||
"winres",
|
|
||||||
"zip",
|
"zip",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -3408,7 +3407,7 @@ dependencies = [
|
||||||
"cfg-expr",
|
"cfg-expr",
|
||||||
"heck 0.5.0",
|
"heck 0.5.0",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
"toml 0.8.13",
|
"toml",
|
||||||
"version-compare",
|
"version-compare",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -3615,15 +3614,6 @@ dependencies = [
|
||||||
"tokio",
|
"tokio",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "toml"
|
|
||||||
version = "0.5.11"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
||||||
dependencies = [
|
|
||||||
"serde",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml"
|
name = "toml"
|
||||||
version = "0.8.13"
|
version = "0.8.13"
|
||||||
|
@ -4406,15 +4396,6 @@ dependencies = [
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.48.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "winres"
|
|
||||||
version = "0.1.12"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
|
|
||||||
dependencies = [
|
|
||||||
"toml 0.5.11",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wio"
|
name = "wio"
|
||||||
version = "0.2.2"
|
version = "0.2.2"
|
||||||
|
|
|
@ -2,12 +2,6 @@
|
||||||
name = "dtmm"
|
name = "dtmm"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Lucas Schwiderski <lucas@lschwiderski.de>"]
|
|
||||||
description = "DTMM is a GUI application to install and manage mods for the game."
|
|
||||||
documentation = "https://git.sclu1034.dev/bitsquid_dt/dtmt/wiki"
|
|
||||||
repository = "https://git.sclu1034.dev/bitsquid_dt/dtmt"
|
|
||||||
homepage = "https://git.sclu1034.dev/bitsquid_dt/dtmt"
|
|
||||||
license-file = "LICENSE"
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
@ -44,6 +38,3 @@ tracing-error = "0.2.0"
|
||||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||||
usvg = "0.25.0"
|
usvg = "0.25.0"
|
||||||
zip = { workspace = true }
|
zip = { workspace = true }
|
||||||
|
|
||||||
[build-dependencies]
|
|
||||||
winres = "0.1.12"
|
|
||||||
|
|
BIN
crates/dtmm/assets/DTMM_logo.xcf
(Stored with Git LFS)
BIN
crates/dtmm/assets/DTMM_logo.xcf
(Stored with Git LFS)
Binary file not shown.
BIN
crates/dtmm/assets/DTMM_logo_256.png
(Stored with Git LFS)
BIN
crates/dtmm/assets/DTMM_logo_256.png
(Stored with Git LFS)
Binary file not shown.
BIN
crates/dtmm/assets/DTMM_logo_48.png
(Stored with Git LFS)
BIN
crates/dtmm/assets/DTMM_logo_48.png
(Stored with Git LFS)
Binary file not shown.
BIN
crates/dtmm/assets/DTMM_logo_64.png
(Stored with Git LFS)
BIN
crates/dtmm/assets/DTMM_logo_64.png
(Stored with Git LFS)
Binary file not shown.
BIN
crates/dtmm/assets/DTMM_logo_border.png
(Stored with Git LFS)
BIN
crates/dtmm/assets/DTMM_logo_border.png
(Stored with Git LFS)
Binary file not shown.
BIN
crates/dtmm/assets/DTMM_logo_faint_glow.png
(Stored with Git LFS)
BIN
crates/dtmm/assets/DTMM_logo_faint_glow.png
(Stored with Git LFS)
Binary file not shown.
BIN
crates/dtmm/assets/DTMM_logo_small.png
(Stored with Git LFS)
BIN
crates/dtmm/assets/DTMM_logo_small.png
(Stored with Git LFS)
Binary file not shown.
|
@ -8,4 +8,3 @@ Keywords=Mod;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Categories=Utility;
|
Categories=Utility;
|
||||||
MimeType=x-scheme-handler/nxm;
|
MimeType=x-scheme-handler/nxm;
|
||||||
Icon=dtmm
|
|
||||||
|
|
BIN
crates/dtmm/assets/dtmm.ico
(Stored with Git LFS)
BIN
crates/dtmm/assets/dtmm.ico
(Stored with Git LFS)
Binary file not shown.
|
@ -1,7 +0,0 @@
|
||||||
fn main() {
|
|
||||||
if cfg!(target_os = "windows") {
|
|
||||||
let mut res = winres::WindowsResource::new();
|
|
||||||
res.set_icon("assets/dtmm.ico");
|
|
||||||
res.compile().unwrap();
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 58 KiB |
Loading…
Add table
Add a link
Reference in a new issue