diff --git a/.github/actions/desktop/action.yml b/.github/actions/desktop/action.yml index 861e69a8..6fab34df 100644 --- a/.github/actions/desktop/action.yml +++ b/.github/actions/desktop/action.yml @@ -19,8 +19,8 @@ runs: run: sudo apt-get install -y libwayland-dev libxkbcommon-dev # Required for winit - name: Build shell: bash - run: cargo build -p maplibre-example + run: cargo build -p maplibre-demo - uses: actions/upload-artifact@v2 with: name: maplibre-rs - path: target/x86_64-unknown-linux-gnu/debug/maplibre-example \ No newline at end of file + path: target/x86_64-unknown-linux-gnu/debug/maplibre-demo \ No newline at end of file diff --git a/.gitignore b/.gitignore index c76bf80e..a197b5b4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,6 @@ target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock -!maplibre-android/Cargo.lock -!maplibre-apple/Cargo.lock -!maplibre-example/Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk diff --git a/.idea/maplibre-rs.iml b/.idea/maplibre-rs.iml index fe1436b4..ec2f058d 100644 --- a/.idea/maplibre-rs.iml +++ b/.idea/maplibre-rs.iml @@ -5,17 +5,17 @@ - - - - - - + + + + + + diff --git a/.idea/runConfigurations/Run_desktop__release_.xml b/.idea/runConfigurations/Run_demo__debug_enable_tracing_.xml similarity index 74% rename from .idea/runConfigurations/Run_desktop__release_.xml rename to .idea/runConfigurations/Run_demo__debug_enable_tracing_.xml index 5530719e..eb8ee8c7 100644 --- a/.idea/runConfigurations/Run_desktop__release_.xml +++ b/.idea/runConfigurations/Run_demo__debug_enable_tracing_.xml @@ -1,6 +1,6 @@ - -