diff options
| -rw-r--r-- | .idea/NoGamepads.iml | 2 | ||||
| -rw-r--r-- | .idea/runConfigurations/Build_All.xml | 2 | ||||
| -rw-r--r-- | .idea/runConfigurations/Build_All__Dev_.xml | 2 | ||||
| -rw-r--r-- | .idea/runConfigurations/Build_Bevy_Client__Dev_.xml | 3 | ||||
| -rw-r--r-- | .idea/runConfigurations/Build_Console__Dev_.xml | 2 | ||||
| -rw-r--r-- | .idea/runConfigurations/Build_Core__Dev_.xml | 2 |
6 files changed, 8 insertions, 5 deletions
diff --git a/.idea/NoGamepads.iml b/.idea/NoGamepads.iml index 8cf1343..ec9cc89 100644 --- a/.idea/NoGamepads.iml +++ b/.idea/NoGamepads.iml @@ -10,6 +10,8 @@ <sourceFolder url="file://$MODULE_DIR$/apps/console/src" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/core/bindings/c_lang/examples" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/core/bindings/c_lang/src" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/core/bindings/lang/clang/examples" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/core/bindings/lang/clang/src" isTestSource="false" /> <excludeFolder url="file://$MODULE_DIR$/.cargo/shared" /> <excludeFolder url="file://$MODULE_DIR$/core/target" /> <excludeFolder url="file://$MODULE_DIR$/target" /> diff --git a/.idea/runConfigurations/Build_All.xml b/.idea/runConfigurations/Build_All.xml index 63caef9..2ad3d29 100644 --- a/.idea/runConfigurations/Build_All.xml +++ b/.idea/runConfigurations/Build_All.xml @@ -10,7 +10,7 @@ <option name="allFeatures" value="false" /> <option name="withSudo" value="false" /> <option name="buildTarget" value="REMOTE" /> - <option name="backtrace" value="SHORT" /> + <option name="backtrace" value="NO" /> <option name="isRedirectInput" value="false" /> <option name="redirectInputPath" value="" /> <method v="2" /> diff --git a/.idea/runConfigurations/Build_All__Dev_.xml b/.idea/runConfigurations/Build_All__Dev_.xml index 4e55ed1..2d8b762 100644 --- a/.idea/runConfigurations/Build_All__Dev_.xml +++ b/.idea/runConfigurations/Build_All__Dev_.xml @@ -1,7 +1,7 @@ <component name="ProjectRunConfigurationManager"> <configuration default="false" name="Build All (Dev)" type="CargoCommandRunConfiguration" factoryName="Cargo Command" folderName="Build (Dev)" focusToolWindowBeforeRun="true"> <option name="buildProfileId" value="dev" /> - <option name="command" value="build --workspace" /> + <option name="command" value="build --profile dev --workspace" /> <option name="workingDirectory" value="file://$PROJECT_DIR$" /> <envs /> <option name="emulateTerminal" value="true" /> diff --git a/.idea/runConfigurations/Build_Bevy_Client__Dev_.xml b/.idea/runConfigurations/Build_Bevy_Client__Dev_.xml index 580a378..985f1be 100644 --- a/.idea/runConfigurations/Build_Bevy_Client__Dev_.xml +++ b/.idea/runConfigurations/Build_Bevy_Client__Dev_.xml @@ -1,6 +1,7 @@ <component name="ProjectRunConfigurationManager"> <configuration default="false" name="Build Bevy Client (Dev)" type="CargoCommandRunConfiguration" factoryName="Cargo Command" folderName="Build (Dev)" activateToolWindowBeforeRun="false"> - <option name="command" value="build --manifest-path ./client/Cargo.toml" /> + <option name="buildProfileId" value="dev" /> + <option name="command" value="build --profile dev --manifest-path ./client/Cargo.toml" /> <option name="workingDirectory" value="file://$PROJECT_DIR$" /> <envs /> <option name="emulateTerminal" value="true" /> diff --git a/.idea/runConfigurations/Build_Console__Dev_.xml b/.idea/runConfigurations/Build_Console__Dev_.xml index 50cc9a7..9e47a3d 100644 --- a/.idea/runConfigurations/Build_Console__Dev_.xml +++ b/.idea/runConfigurations/Build_Console__Dev_.xml @@ -1,6 +1,6 @@ <component name="ProjectRunConfigurationManager"> <configuration default="false" name="Build Console (Dev)" type="CargoCommandRunConfiguration" factoryName="Cargo Command" folderName="Build (Dev)" activateToolWindowBeforeRun="false"> - <option name="command" value="build --manifest-path ./console/Cargo.toml" /> + <option name="command" value="build --profile dev --manifest-path ./console/Cargo.toml" /> <option name="workingDirectory" value="file://$PROJECT_DIR$" /> <envs /> <option name="emulateTerminal" value="true" /> diff --git a/.idea/runConfigurations/Build_Core__Dev_.xml b/.idea/runConfigurations/Build_Core__Dev_.xml index 4099321..6d89987 100644 --- a/.idea/runConfigurations/Build_Core__Dev_.xml +++ b/.idea/runConfigurations/Build_Core__Dev_.xml @@ -1,6 +1,6 @@ <component name="ProjectRunConfigurationManager"> <configuration default="false" name="Build Core (Dev)" type="CargoCommandRunConfiguration" factoryName="Cargo Command" folderName="Build (Dev)" activateToolWindowBeforeRun="false"> - <option name="command" value="build --manifest-path ./core/Cargo.toml" /> + <option name="command" value="build --profile dev --manifest-path ./core/Cargo.toml" /> <option name="workingDirectory" value="file://$PROJECT_DIR$" /> <envs /> <option name="emulateTerminal" value="true" /> |
