mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
13 lines
346 B
Markdown
13 lines
346 B
Markdown
# Development notes
|
|
|
|
Find packages to upgrade: `cargo outdated -R`
|
|
|
|
Diff screencaps: http://www.imagemagick.org/Usage/compare/#methods
|
|
|
|
Cross-compilation: https://github.com/rust-embedded/cross
|
|
|
|
Debug OpenGL calls:
|
|
apitrace trace --api gl ../target/debug/editor ../data/raw_maps/montlake.abst
|
|
qapitrace editor.trace
|
|
apitrace dump editor.trace
|