aboutsummaryrefslogtreecommitdiffstats
path: root/.run/Run dml.run.xml
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2026-02-25 16:10:23 +0100
committerFilip Wandzio <contact@philw.dev>2026-02-25 16:10:23 +0100
commitf7b4b643ebc52a4d72d90d9adbdddc9aa0721e4a (patch)
treec96432be342b02bc0409e5b78b6b5d54afcc7cd6 /.run/Run dml.run.xml
parent2e10b0713f5369f489d2ababd70108cc359c5d2d (diff)
downloaddml-f7b4b643ebc52a4d72d90d9adbdddc9aa0721e4a.tar.gz
dml-f7b4b643ebc52a4d72d90d9adbdddc9aa0721e4a.zip
Feat: Refactor core download logic with concurrency and async features
Implement basic unit testing Implement automatic java executable switching based on game version Split loader module into smaller modules Implement basic documentation
Diffstat (limited to '.run/Run dml.run.xml')
-rw-r--r--.run/Run dml.run.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.run/Run dml.run.xml b/.run/Run dml.run.xml
new file mode 100644
index 0000000..dd66d28
--- /dev/null
+++ b/.run/Run dml.run.xml
@@ -0,0 +1,20 @@
1<component name="ProjectRunConfigurationManager">
2 <configuration default="false" name="Run dml" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
3 <option name="buildProfileId" value="dev" />
4 <option name="command" value="run --package dml --bin dml" />
5 <option name="workingDirectory" value="file://$PROJECT_DIR$" />
6 <envs />
7 <option name="emulateTerminal" value="true" />
8 <option name="channel" value="STABLE" />
9 <option name="requiredFeatures" value="true" />
10 <option name="allFeatures" value="true" />
11 <option name="withSudo" value="true" />
12 <option name="buildTarget" value="REMOTE" />
13 <option name="backtrace" value="SHORT" />
14 <option name="isRedirectInput" value="false" />
15 <option name="redirectInputPath" value="" />
16 <method v="2">
17 <option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
18 </method>
19 </configuration>
20</component> \ No newline at end of file