mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
* Implement basic raster rendering * Fix web builds for raster rendering (e.g. APC) * Implement plugin system using a "Tile Component System" pattern heavily inspired by bevy * Remove tile_repository and integrate into world structures * Migrate from specific stages to systems * Introduce a RasterPlugin and VectorPlugin * Add feature gate for headless rendering to demo * Remove pipelines for simplicity * Add message tags using Labels * Add run config * Add show bash path for Windows CI * Do not use symlinks for cargo binstall * Introduce DebugPlugin * Introduce HeadlessPlugin * Add more layers to vector processing benchmark --------- Co-authored-by: Quillasp <soulaymane.lamrani@heig-vd.ch> Co-authored-by: Antoine Drabble <antoine.drabble@gmail.com>
19 lines
882 B
XML
19 lines
882 B
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="Build maplibre" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
|
|
<option name="command" value="build --package maplibre" />
|
|
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
|
|
<option name="channel" value="DEFAULT" />
|
|
<option name="requiredFeatures" value="true" />
|
|
<option name="allFeatures" value="false" />
|
|
<option name="emulateTerminal" value="false" />
|
|
<option name="withSudo" value="false" />
|
|
<option name="buildTarget" value="REMOTE" />
|
|
<option name="backtrace" value="SHORT" />
|
|
<envs />
|
|
<option name="isRedirectInput" value="false" />
|
|
<option name="redirectInputPath" value="" />
|
|
<method v="2">
|
|
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
</component> |