aboutsummaryrefslogtreecommitdiff
path: root/export
diff options
context:
space:
mode:
author1992414357@qq.com <1992414357@qq.com>2025-06-13 16:25:22 +0800
committer1992414357@qq.com <1992414357@qq.com>2025-06-13 16:25:22 +0800
commit98dad6afa316b9a44ff76b305520339ddc44c789 (patch)
tree9a6d0b566b23f0bab270b68e4766a60349abf18b /export
parent9e48af01ae56fe813869ada24de291ab98b361e2 (diff)
.
Diffstat (limited to 'export')
-rw-r--r--export/.gitignore3
-rw-r--r--export/dev/LICENSE-THIRD-PARTY2
-rw-r--r--export/dev/bin/padc.exebin6470144 -> 6470144 bytes
3 files changed, 4 insertions, 1 deletions
diff --git a/export/.gitignore b/export/.gitignore
index 8d2f96c..fe049dc 100644
--- a/export/.gitignore
+++ b/export/.gitignore
@@ -4,4 +4,5 @@
!src/
!src/**
!dev/
-!dev/** \ No newline at end of file
+!dev/**
+/dev/bin/pad.exe
diff --git a/export/dev/LICENSE-THIRD-PARTY b/export/dev/LICENSE-THIRD-PARTY
index 47b501f..6d81b7e 100644
--- a/export/dev/LICENSE-THIRD-PARTY
+++ b/export/dev/LICENSE-THIRD-PARTY
@@ -7,6 +7,7 @@ This project uses third-party components with the following licenses:
-----------------------------------------------------------------------
* bincode
* crossterm
+* quick-xml
* tokio
* bevy (original license: Apache-2.0 OR MIT)
* chrono (original license: Apache-2.0 OR MIT)
@@ -38,6 +39,7 @@ Copyright (c) 2013-2014 The Rust Project Developers.
* env_logger - Copyright (c) The env_logger Project Developer(s).
* hex - Copyright (c) 2015-2020 The rust-hex Developers.
* log - Copyright (c) The log Project Developer(s).
+* quick-xml - Copyright (c) 2016 Johann Tuffe.
* rand - Copyright 2018 Developers of the Rand project.
* serde - Copyright (c) The serde Project Developer(s).
* serde_yaml - Copyright (c) The serde_yaml Project Developer(s).
diff --git a/export/dev/bin/padc.exe b/export/dev/bin/padc.exe
index 5c6b7a0..5256895 100644
--- a/export/dev/bin/padc.exe
+++ b/export/dev/bin/padc.exe
Binary files differ