Max Ammann
784604e0b9
Update Rust to 1.79 ( #310 )
2024-07-23 16:02:07 +00:00
Salvatore Testa
a8be3cf736
Demo working again ( #300 )
...
* Bump to Rust 1.76
Closes https://github.com/maplibre/maplibre-rs/issues/298
* Remove unused import `super::noweb::trace::*`
When trying to compile, the following error pops up.
```
error: unused import: `super::noweb::trace::*`
--> maplibre/src/platform/mod.rs:26:13
|
26 | pub use super::noweb::trace::*;
| ^^^^^^^^^^^^^^^^^^^^^^
|
```
2024-03-13 20:31:35 +00:00
Max Ammann
1222790c76
Bump Rust to 0.73 ( #289 )
2023-10-06 12:43:20 +02:00
Yuri Astrakhan
04ff0882a3
Chore: upgrade deps ( #286 )
...
* upgrade deps, fix keywords/categories
* just fmt
* remove backends in wgpu
2023-09-24 10:11:29 +02:00
Max Ammann
e390884221
Upgrade Rust to nightly-2023-03-29 and 1.68 ( #269 )
2023-04-08 16:48:15 -04:00
Max Ammann
fec6a408ee
Update Rust for CI and IDEs ( #207 )
...
* Upgrade toolchain to 1.65
* Set minimum Rust version
* Cargo workspaces
* Set version manually
* Set a specific rust version so we an upgrade is triggered
* Use debug for wgpu-info for speedier compile
* Install specific rev of wgpu-info
* Fix windows build
2022-11-12 13:21:29 +01:00
Max Ammann
ecaa696430
Deduplicate and fix CI ( #189 )
...
* Dedublicate and fix CI
* Set correct toolchain
* Install binstall quicker
* Add check for different arch
2022-10-30 18:46:05 +01:00
Maximilian Ammann
69e404cb60
Upgrader rust version
2022-10-23 11:51:48 +02:00
Maximilian Ammann
e7dd2a1a6d
Selectively install targets
2022-09-17 21:11:36 +02:00
Max Ammann
4391d216fa
Update rust toolchain version ( #146 )
2022-07-06 20:29:53 +00:00
Maximilian Ammann
89e676f159
Add x86_64 android as target
2022-04-23 18:34:45 +02:00
Max Ammann
0512e536f9
Refactor XCode project and build xcframework ( #15 )
...
Refactored xcode project into a framework.
* This framework can be bundled into an xcframework
* The xcframework can be added to a swift package
Deployment happens through #21
2022-04-23 14:36:51 +02:00
Maximilian Ammann
afcdb32dfe
Add comments
2022-04-22 22:23:54 +02:00
Maximilian Ammann
f07537a27c
Update rust version
2022-04-19 15:49:21 +02:00
Maximilian Ammann
e2f2af629c
Upgrade to Rust 1.59 and nightly-2022-02-26
2022-02-26 15:58:07 +01:00
Maximilian Ammann
d6cff6be6e
Upgrade to rust 1.58
2022-01-15 15:32:36 +01:00
Max Ammann
09c1a0834b
Specify all targets
2021-12-20 19:53:05 +01:00
Maximilian Ammann
2f2785a557
Add support for android
2021-12-19 12:57:50 +01:00
Maximilian Ammann
63a8013b7c
Minor refactor of project files
2021-12-11 15:14:30 +01:00
Maximilian Ammann
4a90df93fb
Add script which works for webgpu and webgl
2021-12-03 21:29:48 +01:00
Maximilian Ammann
7c70ab0ce5
Add support for wasm
2021-12-02 18:37:32 +01:00
Maximilian Ammann
cce827be91
Add README and first files for rendering to a window
2021-11-28 12:00:47 +01:00