mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
* Update winit and wgpu which both target rwh 0.6 * Upgrade to winit 0.30 to fix android crash https://github.com/bevyengine/bevy/issues/13331 * Add Carbon framework to desktop builds and improve build script to use nix if available * Fix swift package and compilaiton with Nix * Cleanup nix shell * Avoid setting the size on the canvas, winit resizes now * Handle fetch errors for web
35 lines
595 B
Plaintext
35 lines
595 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
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
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
dist/
|
|
|
|
# Cache by reqwest-middleware-cache
|
|
*reqwest*cache*
|
|
*maplibre*cache*
|
|
|
|
logs/
|
|
|
|
.DS_Store
|
|
|
|
perf.data*
|
|
*.folded
|
|
*flamegraph.svg
|
|
*flamechart.svg
|
|
|
|
frame_*.png
|
|
|
|
.direnv/
|
|
|
|
xcode/libs/*/**
|